Skip to content

Commit e71707b

Browse files
Set a min-height for the header to prevent overflows
1 parent 41929b0 commit e71707b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_sass/header.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
header {
22
padding-top: $large-vertical-space;
33
padding-bottom: $large-vertical-space;
4+
min-height: 150px;
45
font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
56
background: $header-bg url(/img/theme/header-bg.png) 0 0 repeat;
67
border-bottom: solid 1px $header-border;

0 commit comments

Comments
 (0)