Fix previous fix
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2022-12-03 18:49:33 +01:00
parent 714689596b
commit 2cc8246f01
1 changed files with 1 additions and 1 deletions

View File

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