Change banner height to min-height

This commit is contained in:
Ariel 2016-09-24 21:51:40 -04:00 committed by GitHub
parent f45c9998cc
commit 16c05fde74
1 changed files with 2 additions and 2 deletions

View File

@ -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);
@ -30,4 +30,4 @@
line-height: 32px;
margin: 0;
}
}
}