From d45c5d1468a48c4a5ee19355c56efc09f7a8e5ae Mon Sep 17 00:00:00 2001 From: cade Date: Tue, 9 Apr 2024 00:31:43 -0700 Subject: [PATCH] vh -> dvh --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 853d86b..d11a4a1 100644 --- a/index.html +++ b/index.html @@ -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;