Set body min-height to 100vh

This commit is contained in:
Luca 2023-07-07 19:40:35 +02:00
parent 00fe216dc1
commit a03f60af5e
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ body {
url('./theme16/stars.svg') repeat-x top,
linear-gradient($color-background-0, $color-background-100) fixed;
background-size: 30vw auto, auto, auto;
min-height: 100vh;
}
#footer {