refactor: replace svh with a more compatible approach (#252)

* first attempt

* second attempt

* blind commit
This commit is contained in:
Spedon
2024-01-23 00:06:42 +08:00
committed by GitHub
parent 44d7da48e3
commit 2fd34c2f7f
2 changed files with 11 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
@import '_core/mixins';
:root {
--window-height: 100svh;
--window-height: 100vh;
--nav-height: 2rem;
--space-standard: 0.625rem;