aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/css')
-rw-r--r--view/css/default.css6
1 files changed, 4 insertions, 2 deletions
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;
}