From ed7e28bd45dc7f634933fb1057b40e0d78fd2274 Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Thu, 8 Aug 2024 11:24:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20incorrect=20left=20margin?= =?UTF-8?q?=20of=20social=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcus Fihlon --- frontend/themes/apus/views/social-view.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/themes/apus/views/social-view.css b/frontend/themes/apus/views/social-view.css index 801e636..602006e 100644 --- a/frontend/themes/apus/views/social-view.css +++ b/frontend/themes/apus/views/social-view.css @@ -37,7 +37,7 @@ #social-view h2 { color: var(--social-title-color); font-size: 30px; - margin: 0 10px 10px 10px; + margin: 0 10px 10px 0; } #social-view .posts {