aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-05-06 20:28:29 +0000
committerMario <mario@mariovavti.com>2023-05-06 20:28:29 +0000
commitf3f861234db069868d38bb231817966507da5274 (patch)
treeac788b58b5c698587d2271288438bfd2f13d31a4 /view/theme
parent93278c00b745a67fda03395f73c79cb2ddeb12d7 (diff)
downloadvolse-hubzilla-f3f861234db069868d38bb231817966507da5274.tar.gz
volse-hubzilla-f3f861234db069868d38bb231817966507da5274.tar.bz2
volse-hubzilla-f3f861234db069868d38bb231817966507da5274.zip
minor css fix
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css4
-rw-r--r--view/theme/redbasic/php/style.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 18973e30c..241b370dc 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -527,8 +527,8 @@ footer {
}
.contact-block-img {
- width: 2.95rem;
- height: 2.95rem;
+ width: 2.96rem;
+ height: 2.96rem;
margin-bottom: 3px;
}
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);