From 9e42be988408e0b4c7cff57c3923c73f6756e861 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 13 Sep 2023 15:51:10 +0000 Subject: theme fixes --- view/css/default.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'view/css') diff --git a/view/css/default.css b/view/css/default.css index bb6498193..768775fbc 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -20,7 +20,8 @@ main { position: relative; order: 1; padding: 4.5rem 7px 0px 7px; - width: 350px; + width: 25%; + min-width: 300px; } #region_2 { @@ -35,5 +36,6 @@ main { position: relative; order: 3; padding: 4.5rem 7px 0px 7px; - width: 350px; + width: 25%; + min-width: 300px; } -- cgit v1.2.3