Merge pull request #2473 from arikrak/master
Change banner height to min-height
This commit is contained in:
commit
c8a6c229cd
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue