From d47e0792752c257addba54fa26c65541adb84f08 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Mon, 25 Mar 2024 17:11:51 -0500 Subject: [PATCH] changed: min-width on scrollport elements --- www/static/css/new_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/static/css/new_style.css b/www/static/css/new_style.css index 08f8ae8..36c9f1c 100644 --- a/www/static/css/new_style.css +++ b/www/static/css/new_style.css @@ -490,7 +490,7 @@ main li { } .scrollport > * > * { - min-width: 500px; + min-width: 380px; flex: 1; } -- 2.25.1