From: Laury GvR Date: Wed, 4 Feb 2015 20:59:09 +0000 (-0500) Subject: Footer height in small view increased X-Git-Tag: v1.0.0^2~25 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=3629b23e2c0184a7849d4472e79b38c5c5383595;p=WP-Themes%2FMackinawBrigadoon.git Footer height in small view increased --- diff --git a/scss/_structure.scss b/scss/_structure.scss index 0fdf5ea..4a54f40 100755 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -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;