Compare commits

..

1 Commits

Author SHA1 Message Date
f31552e791 Use vmax instead of vh
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 15s
Build Zola Website / build (pull_request) Successful in 23s
2024-12-18 12:55:30 +01:00

View File

@ -7,7 +7,7 @@
body {
display: flex;
flex-direction: column;
min-height: 100dvh;
min-height: 100vmax;
font-family: 'Source Code Pro', monospace;
background: var(--background);
color: var(--color);
@ -79,8 +79,7 @@ footer {
align-items: center;
align-self: flex-end;
margin-top: auto;
margin-bottom: max(2rem, env(safe-area-inset-bottom)); /* Account for safe area */
margin-bottom: 2rem;
}
.hamburger {