Remove body bottom margin

This commit is contained in:
Chuck Dries 2017-10-03 21:24:59 -07:00
parent a875a7343b
commit 407bcbde66
2 changed files with 2 additions and 4 deletions

View File

@ -146,8 +146,7 @@
body { body {
font-family: 'Playfair Display', serif; font-family: 'Playfair Display', serif;
font-size: 1.1em; font-size: 1.1em;
line-height: 1.6; line-height: 1.6; }
margin-bottom: 700px; }
#top { #top {
padding-top: 10px; padding-top: 10px;

View File

@ -32,8 +32,7 @@ body {
@extend .reset; // font-family: 'Nota-serif', serif; @extend .reset; // font-family: 'Nota-serif', serif;
font-family: 'Playfair Display', serif; font-family: 'Playfair Display', serif;
font-size: 1.1em; font-size: 1.1em;
line-height: 1.6; line-height: 1.6; // margin-bottom: 700px;
margin-bottom: 700px;
} }
#top { #top {