Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit c8a6c22

Browse files
authored
Merge pull request #2473 from arikrak/master
Change banner height to min-height
2 parents 7796f48 + 16c05fd commit c8a6c22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/resources/css/module/_banner.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
font-size: 18px;
1212
font-weight: 200;
1313
padding: ($unit * 4) ($unit * 6);
14-
height: 97px;
14+
min-height: 97px;
1515

1616
include respond-to('mobile') {
1717
padding: ($unit * 2);
@@ -30,4 +30,4 @@
3030
line-height: 32px;
3131
margin: 0;
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)