From 16c05fde7401d5cedc12dddc91f663e576935dde Mon Sep 17 00:00:00 2001 From: Ariel Date: Sat, 24 Sep 2016 21:51:40 -0400 Subject: [PATCH] Change banner height to min-height --- public/resources/css/module/_banner.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/resources/css/module/_banner.scss b/public/resources/css/module/_banner.scss index 3fd0dd9932..f11a0a78af 100644 --- a/public/resources/css/module/_banner.scss +++ b/public/resources/css/module/_banner.scss @@ -11,7 +11,7 @@ font-size: 18px; font-weight: 200; padding: ($unit * 4) ($unit * 6); - height: 97px; + min-height: 97px; include respond-to('mobile') { padding: ($unit * 2); @@ -30,4 +30,4 @@ line-height: 32px; margin: 0; } -} \ No newline at end of file +}