diff options
author | Mario <mario@mariovavti.com> | 2023-05-07 07:11:54 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-05-07 07:11:54 +0000 |
commit | 7c1a3ab36e003e3ae646a29a18231586f510c46b (patch) | |
tree | 25255ce538f087df7dfcec598c6fbc8b78e41230 /view/theme | |
parent | edc8d17031def12739c7c664ec0b454ce135c7f3 (diff) | |
download | volse-hubzilla-7c1a3ab36e003e3ae646a29a18231586f510c46b.tar.gz volse-hubzilla-7c1a3ab36e003e3ae646a29a18231586f510c46b.tar.bz2 volse-hubzilla-7c1a3ab36e003e3ae646a29a18231586f510c46b.zip |
css fix
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 241b370dc..1696f10bd 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.96rem; - height: 2.96rem; + width: 2.94rem; + height: 2.94rem; margin-bottom: 3px; } |