added svh support

This commit is contained in:
Speyll 2023-12-08 01:28:14 +01:00
parent 565a6e84e3
commit b9fdc307b7

View file

@ -237,6 +237,7 @@ textarea {
/* Site Specific Styling */ /* Site Specific Styling */
.wrapper { .wrapper {
min-height: 100vh; min-height: 100vh;
min-height: 100svh;
display: grid; display: grid;
grid-template-rows: auto 1fr auto; grid-template-rows: auto 1fr auto;
gap: 2rem; gap: 2rem;