Use max of viewport height, height of background stars as minimum body height
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2022-12-03 18:47:31 +01:00
parent ec8462eecf
commit 714689596b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ body {
flex-direction: column;
font-family: "Noto Sans", sans-serif;
margin: 0 auto;
min-height: 100vh;
min-height: unquote("max(100vh, $stars-height)");
max-width: $large;
main {