From 407bcbde66bef128dc26327822955f7037d6a617 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Tue, 3 Oct 2017 21:24:59 -0700 Subject: [PATCH] Remove body bottom margin --- css/style.css | 3 +-- sass/style.scss | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 6f77379..5710aad 100755 --- a/css/style.css +++ b/css/style.css @@ -146,8 +146,7 @@ body { font-family: 'Playfair Display', serif; font-size: 1.1em; - line-height: 1.6; - margin-bottom: 700px; } + line-height: 1.6; } #top { padding-top: 10px; diff --git a/sass/style.scss b/sass/style.scss index 7cb50b2..08aa93e 100755 --- a/sass/style.scss +++ b/sass/style.scss @@ -32,8 +32,7 @@ body { @extend .reset; // font-family: 'Nota-serif', serif; font-family: 'Playfair Display', serif; font-size: 1.1em; - line-height: 1.6; - margin-bottom: 700px; + line-height: 1.6; // margin-bottom: 700px; } #top {