make index header full height on mobile too
This commit is contained in:
parent
17219b3197
commit
55a9df76e8
1 changed files with 4 additions and 0 deletions
|
@ -7,3 +7,7 @@
|
|||
background-color: transparentize($brand-orange, 0.3);
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
|
Reference in a new issue