lessening the gap between footer and content area
authorIan Weller <ian@gaslightmedia.com>
Tue, 24 Nov 2015 19:33:29 +0000 (14:33 -0500)
committerIan Weller <ian@gaslightmedia.com>
Tue, 24 Nov 2015 19:33:29 +0000 (14:33 -0500)
css/app.css
scss/_main.scss

index 9c3a2e5..0be8f21 100644 (file)
@@ -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 {
index 541624e..d5b203c 100644 (file)
@@ -4,7 +4,7 @@
 main {
     &.page-front {
         top: -200px;
-        padding-bottom: 365px;
+        padding-bottom: 210px;
         position: relative;
         @media #{$small-only} {
             margin-top: 15px;