chore(css): trim the banner and hero height

This commit is contained in:
Naomi Black 2016-01-29 12:28:59 -08:00
parent 593167eb79
commit bcd6463dc0
2 changed files with 2 additions and 2 deletions

View File

@ -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),

View File

@ -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),