vh -> dvh

This commit is contained in:
cade
2024-04-09 00:31:43 -07:00
parent 74ed3b05e0
commit d45c5d1468
+1 -1
View File
@@ -597,7 +597,7 @@
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
justify-content: center; justify-content: center;
min-height: 100vh; min-height: 100dvh;
overflow: hidden; overflow: hidden;
padding: calc(var(--space) * 4) var(--space); padding: calc(var(--space) * 4) var(--space);
position: relative; position: relative;