chore(css): trim the banner and hero height
This commit is contained in:
parent
593167eb79
commit
bcd6463dc0
|
@ -7,7 +7,7 @@
|
||||||
.banner {
|
.banner {
|
||||||
background: $mist;
|
background: $mist;
|
||||||
padding: ($unit * 4) ($unit * 6);
|
padding: ($unit * 4) ($unit * 6);
|
||||||
min-height: $unit * 12;
|
min-height: $unit * 6;
|
||||||
|
|
||||||
@media handheld and (max-width: $phone-breakpoint),
|
@media handheld and (max-width: $phone-breakpoint),
|
||||||
screen and (max-device-width: $phone-breakpoint),
|
screen and (max-device-width: $phone-breakpoint),
|
||||||
|
|
|
@ -3,7 +3,7 @@ $hero-padding: ($unit * 10) ($unit * 6) ($unit * 5);
|
||||||
.hero {
|
.hero {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: $hero-padding;
|
padding: $hero-padding;
|
||||||
height: 192px;
|
height: $unit * 8;
|
||||||
|
|
||||||
@media handheld and (max-width: $phone-breakpoint),
|
@media handheld and (max-width: $phone-breakpoint),
|
||||||
screen and (max-device-width: $phone-breakpoint),
|
screen and (max-device-width: $phone-breakpoint),
|
||||||
|
|
Loading…
Reference in New Issue