From: Ian Weller Date: Tue, 24 Nov 2015 19:33:29 +0000 (-0500) Subject: lessening the gap between footer and content area X-Git-Tag: v1.0.0^2~249 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=13bd4467d79901b97dc7cb00d69a37af901fd105;p=WP-Themes%2Fstaffords.git lessening the gap between footer and content area --- diff --git a/css/app.css b/css/app.css index 9c3a2e5..0be8f21 100644 --- a/css/app.css +++ b/css/app.css @@ -6933,7 +6933,7 @@ header .searchform input[type="submit"]:hover { main.page-front { top: -200px; - padding-bottom: 365px; + padding-bottom: 210px; position: relative; } @media only screen and (max-width: 40em) { main.page-front { diff --git a/scss/_main.scss b/scss/_main.scss index 541624e..d5b203c 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -4,7 +4,7 @@ main { &.page-front { top: -200px; - padding-bottom: 365px; + padding-bottom: 210px; position: relative; @media #{$small-only} { margin-top: 15px;