From: Brendan Hansen Date: Mon, 25 Mar 2024 22:11:51 +0000 (-0500) Subject: changed: min-width on scrollport elements X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=d47e0792752c257addba54fa26c65541adb84f08;p=onyxlang.io.git changed: min-width on scrollport elements --- 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; }