From 89015222ea60a746033c7c70ef0b5bb89b8758d1 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 11 Apr 2024 14:47:02 +0200 Subject: [PATCH] fix ghost margin --- files/assets/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 4dc9c07c4..759319b23 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -4157,7 +4157,8 @@ small, .small { } .posts .ghost-post .post-meta { - min-height: 40px; + min-height: 30px; + margin-top: 10px; } .post-meta-domain {