From e6211817083164d8390d5ecd14359b9451b4937e Mon Sep 17 00:00:00 2001 From: MrEidam Date: Fri, 1 Nov 2024 09:12:07 +0100 Subject: [PATCH] Hotfix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index c5f3cb5..e5c92f7 100644 --- a/style.css +++ b/style.css @@ -9,7 +9,7 @@ body{ background-color: #262a2b; color: #fff; - min-height: 100vh; + min-height: 100dvh; display: flex; flex-direction: column;