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
1 changed files with 4 additions and 2 deletions

View File

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