From 111414836fd6e4381954ff7e6efb8383e0de5346 Mon Sep 17 00:00:00 2001 From: robaertschi Date: Wed, 26 Feb 2025 10:29:16 +0000 Subject: [PATCH] fix body size --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index b62c0ee..0219e03 100644 --- a/static/style.css +++ b/static/style.css @@ -28,8 +28,8 @@ body { font-optical-sizing: auto; font-weight: normal; font-style: normal; - height: 100vh; - width: 100vw; + min-height: 100vh; + min-width: 100vw; margin: 0; padding: 0; color: var(--text100);