From bcd6463dc03f942cc8b0f5930f55fa564b00423d Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Fri, 29 Jan 2016 12:28:59 -0800 Subject: [PATCH] chore(css): trim the banner and hero height --- public/resources/css/module/_banner.scss | 2 +- public/resources/css/module/_hero.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/resources/css/module/_banner.scss b/public/resources/css/module/_banner.scss index cc7a647238..f6ef6c6bd7 100644 --- a/public/resources/css/module/_banner.scss +++ b/public/resources/css/module/_banner.scss @@ -7,7 +7,7 @@ .banner { background: $mist; padding: ($unit * 4) ($unit * 6); - min-height: $unit * 12; + min-height: $unit * 6; @media handheld and (max-width: $phone-breakpoint), screen and (max-device-width: $phone-breakpoint), diff --git a/public/resources/css/module/_hero.scss b/public/resources/css/module/_hero.scss index 23c60f685c..db2a5bd33b 100644 --- a/public/resources/css/module/_hero.scss +++ b/public/resources/css/module/_hero.scss @@ -3,7 +3,7 @@ $hero-padding: ($unit * 10) ($unit * 6) ($unit * 5); .hero { position: relative; padding: $hero-padding; - height: 192px; + height: $unit * 8; @media handheld and (max-width: $phone-breakpoint), screen and (max-device-width: $phone-breakpoint),