1
Fork 0

make index header full height on mobile too

This commit is contained in:
Jake Howard 2016-07-14 16:16:54 +01:00
parent 17219b3197
commit 55a9df76e8
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -7,3 +7,7 @@
background-color: transparentize($brand-orange, 0.3);
}
}
header {
min-height: 100%;
}