From 8f54b8012fdbb7974aa580e8159d450de88793df Mon Sep 17 00:00:00 2001 From: schmop Date: Sat, 13 Sep 2025 23:20:10 +0200 Subject: [PATCH] Make main wider --- static/own.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/own.css b/static/own.css index 3b9faf6..d2e3250 100644 --- a/static/own.css +++ b/static/own.css @@ -51,6 +51,5 @@ label:has(input[type="checkbox"]) { } main { - max-width: unset !important; - min-width: 700px; + max-width: 95vw !important; } \ No newline at end of file