vh -> dvh

This commit is contained in:
cade 2024-04-09 00:31:43 -07:00
parent 74ed3b05e0
commit d45c5d1468
No known key found for this signature in database
GPG key ID: 6AC5A902158265D0

View file

@ -597,7 +597,7 @@
box-sizing: border-box;
display: flex;
justify-content: center;
min-height: 100vh;
min-height: 100dvh;
overflow: hidden;
padding: calc(var(--space) * 4) var(--space);
position: relative;