From 3629b23e2c0184a7849d4472e79b38c5c5383595 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 4 Feb 2015 15:59:09 -0500 Subject: [PATCH] Footer height in small view increased --- scss/_structure.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1