Merge pull request #2473 from arikrak/master

Change banner height to min-height
This commit is contained in:
Alex Wolfe 2016-09-30 14:51:02 -07:00 committed by GitHub
commit c8a6c229cd
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;
}
}
}