This commit is contained in:
Michael Zhang 2018-05-28 14:38:09 -05:00
parent 8eb181029e
commit d64e8f501e
No known key found for this signature in database
GPG key ID: A1B65B603268116B

View file

@ -5,7 +5,7 @@
@import "simple-grid.scss"; @import "simple-grid.scss";
@import "syntax.scss"; @import "syntax.scss";
body { body {
background-color: #f0f0f0; background-color: #f8f8f8;
font-family: "Roboto", sans-serif; font-family: "Roboto", sans-serif;
font-weight: 300; font-weight: 300;
} }
@ -59,11 +59,13 @@ pre {
} }
header { header {
padding-bottom: 25px; padding-bottom: 32px;
padding-top: 30px; padding-top: 30px;
border-top: 10px solid $brand; border-top: 10px solid $brand;
list-style-type: none; list-style-type: none;
font-size: 1.3em; font-size: 1.3em;
background: #e8e8e8;
background: linear-gradient(#e8e8e8 0%, #f8f8f8 100%);
@include media-breakpoint-down(sm) { @include media-breakpoint-down(sm) {
padding-bottom: 0; padding-bottom: 0;
} }