diff options
author | Mario <mario@mariovavti.com> | 2023-05-06 20:28:29 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-05-06 20:28:29 +0000 |
commit | f3f861234db069868d38bb231817966507da5274 (patch) | |
tree | ac788b58b5c698587d2271288438bfd2f13d31a4 /view/theme/redbasic/php | |
parent | 93278c00b745a67fda03395f73c79cb2ddeb12d7 (diff) | |
download | volse-hubzilla-f3f861234db069868d38bb231817966507da5274.tar.gz volse-hubzilla-f3f861234db069868d38bb231817966507da5274.tar.bz2 volse-hubzilla-f3f861234db069868d38bb231817966507da5274.zip |
minor css fix
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index d29de1b15..4d5bd42be 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -129,8 +129,8 @@ if(file_exists('view/theme/redbasic/css/style.css')) { $x .= $schemecss; } - $left_aside_width = 22; //unit: rem - $right_aside_width = 22; //unit: rem + $left_aside_width = 21; //unit: rem + $right_aside_width = 21; //unit: rem $main_width = $left_aside_width + $right_aside_width + intval($converse_width); |