diff options
author | Mario <mario@mariovavti.com> | 2024-02-09 11:20:46 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-02-09 11:20:46 +0000 |
commit | 067a66b9278e3c8ff2c624f38f2817715eb8a316 (patch) | |
tree | 61ef1bf5cec4c5840df78483819b246767f349b1 /view | |
parent | 096fad5e8c71aea99d469b844d99fe9c9d58bc77 (diff) | |
download | volse-hubzilla-067a66b9278e3c8ff2c624f38f2817715eb8a316.tar.gz volse-hubzilla-067a66b9278e3c8ff2c624f38f2817715eb8a316.tar.bz2 volse-hubzilla-067a66b9278e3c8ff2c624f38f2817715eb8a316.zip |
fix some whitespace issues after recent changes
Diffstat (limited to 'view')
-rw-r--r-- | view/css/conversation.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index ab6eb3c01..3a93064b8 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -280,7 +280,7 @@ a.wall-item-name-link { .section-content-wrapper h3, .section-content-wrapper h4 { padding-top: 60px; - margin-top: -40px; + margin-top: -60px; } .toc { |