From 288415d40c5f764567789bfd46752808c900da46 Mon Sep 17 00:00:00 2001 From: Ruben Date: Sat, 7 Feb 2026 17:22:17 +0100 Subject: [PATCH] Add bottom padding to news preview date styling --- custom/plugins/page/news-preview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/plugins/page/news-preview.php b/custom/plugins/page/news-preview.php index ad0fcfc..8d10c36 100644 --- a/custom/plugins/page/news-preview.php +++ b/custom/plugins/page/news-preview.php @@ -228,7 +228,7 @@ function newsPreviewGetStyles(): string { } .news-preview-date { - padding: 0 .8rem; + padding: 0 .8rem .5rem; font-size: .85rem; opacity: .7; }