From d8da3d590d42c7ebd4ecf3f5d350ef48791adf81 Mon Sep 17 00:00:00 2001 From: robaertschi Date: Thu, 27 Feb 2025 12:13:07 +0000 Subject: [PATCH] revert 111414836fd6e4381954ff7e6efb8383e0de5346 revert 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 0219e03..b62c0ee 100644 --- a/static/style.css +++ b/static/style.css @@ -28,8 +28,8 @@ body { font-optical-sizing: auto; font-weight: normal; font-style: normal; - min-height: 100vh; - min-width: 100vw; + height: 100vh; + width: 100vw; margin: 0; padding: 0; color: var(--text100);