aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-09-13 20:56:27 +0000
committerMario <mario@mariovavti.com>2023-09-13 20:56:27 +0000
commit8a21c8e618023cc0fb35a843697871649610b079 (patch)
tree3a19555055070bd3d66708076f9e2cbb5a28ac5e /view/css
parent8d3d5747d228c249b0eb88051f6e82ca932b3b4b (diff)
downloadvolse-hubzilla-8a21c8e618023cc0fb35a843697871649610b079.tar.gz
volse-hubzilla-8a21c8e618023cc0fb35a843697871649610b079.tar.bz2
volse-hubzilla-8a21c8e618023cc0fb35a843697871649610b079.zip
more theme fixes
Diffstat (limited to 'view/css')
-rw-r--r--view/css/default.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/css/default.css b/view/css/default.css
index 768775fbc..6336c82ae 100644
--- a/view/css/default.css
+++ b/view/css/default.css
@@ -19,7 +19,7 @@ main {
#region_1 {
position: relative;
order: 1;
- padding: 4.5rem 7px 0px 7px;
+ padding: 0 7px 0 7px;
width: 25%;
min-width: 300px;
}
@@ -28,14 +28,14 @@ main {
position: relative;
flex: 1;
order: 2;
- padding: 4.5rem 7px 200px 7px;
+ padding: 0 7px 200px 7px;
min-width: 0;
}
#region_3 {
position: relative;
order: 3;
- padding: 4.5rem 7px 0px 7px;
+ padding: 0 7px 0 7px;
width: 25%;
min-width: 300px;
}