Fix up miscellaneous things and remove some deps

This commit is contained in:
Adam Hollett
2016-11-08 16:23:33 -05:00
parent aa35b3f3fd
commit aef8bd5642
62 changed files with 280 additions and 137 deletions
+7 -2
View File
@@ -70,13 +70,18 @@ body {
.sidebar__logo {
font-size: $base-font-size * 2;
font-weight: bold;
font-weight: 300;
text-align: center;
height: $logo-height;
line-height: $logo-height;
margin-bottom: 0;
border-bottom: 1px solid $color-blue-4;
&:after {
content: '💧';
vertical-align: middle;
}
a {
color: $color-white;
text-decoration: none;
@@ -119,10 +124,10 @@ body {
}
.section__header {
font-weight: bold;
font-size: 1em;
text-decoration: none;
color: $color-white;
margin-top: 0;
margin-bottom: $spacing-unit / 4;
}