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

This commit is contained in:
Filip Rojek 2024-12-18 12:55:30 +01:00
parent 000bb3ea47
commit f31552e791

View File

@ -7,7 +7,7 @@
body { body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
min-height: 100vh; min-height: 100vmax;
font-family: 'Source Code Pro', monospace; font-family: 'Source Code Pro', monospace;
background: var(--background); background: var(--background);
color: var(--color); color: var(--color);