fix window height

This commit is contained in:
Anton Livaja 2025-04-03 14:16:01 -07:00
parent 409126f8a0
commit 8ca3180021
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@ $container-max-width: 1280px !default;
html {
scroll-behavior: smooth;
}
main {
min-height: 100vh;
}
body {
width: 100%;
background-color: var(--background-color);