Set body min-height to 100vh
This commit is contained in:
parent
00fe216dc1
commit
a03f60af5e
|
@ -127,6 +127,7 @@ body {
|
||||||
url('./theme16/stars.svg') repeat-x top,
|
url('./theme16/stars.svg') repeat-x top,
|
||||||
linear-gradient($color-background-0, $color-background-100) fixed;
|
linear-gradient($color-background-0, $color-background-100) fixed;
|
||||||
background-size: 30vw auto, auto, auto;
|
background-size: 30vw auto, auto, auto;
|
||||||
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
|
|
Loading…
Reference in New Issue