From 42278891b712c381ff40ce78aca57c2e35b6c556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20M=C3=BCller?= Date: Thu, 10 Apr 2025 11:24:57 +0200 Subject: [PATCH] fixed footer position on mobile devices --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index c033e91..d9b25b0 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -24,7 +24,7 @@ body { padding: 0; margin: 0; - height: 100vh; + height: 100dvh; width: 100vw; min-height: var(--height);