Footer height in small view increased
authorLaury GvR <laury@gaslightmedia.com>
Wed, 4 Feb 2015 20:59:09 +0000 (15:59 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 4 Feb 2015 20:59:09 +0000 (15:59 -0500)
scss/_structure.scss

index 0fdf5ea..4a54f40 100755 (executable)
@@ -473,7 +473,7 @@ footer {
         
     }
     @media #{$small-only} {
-        height: 170px;
+        height: 195px;
         #footer_address {
             margin-top: 0px;
         }
@@ -801,7 +801,7 @@ div.qbutton:hover {
     height: 185px;
     margin: 0;
     @media #{$small-only} {
-        height: 470px;
+        height: 520px;
     }
     & > div {
         margin-top: 30px;