Change banner height to min-height
This commit is contained in:
parent
f45c9998cc
commit
16c05fde74
|
@ -11,7 +11,7 @@
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
padding: ($unit * 4) ($unit * 6);
|
padding: ($unit * 4) ($unit * 6);
|
||||||
height: 97px;
|
min-height: 97px;
|
||||||
|
|
||||||
include respond-to('mobile') {
|
include respond-to('mobile') {
|
||||||
padding: ($unit * 2);
|
padding: ($unit * 2);
|
||||||
|
@ -30,4 +30,4 @@
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue