From ad801a8ee3843b944356b4def56de6932eebf2b7 Mon Sep 17 00:00:00 2001 From: Vincent Mahnke Date: Sat, 29 Nov 2025 05:51:07 +0100 Subject: [PATCH] fix: Prevents misaligned post dates on mobile --- assets/sass/_custom.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss index c5da14d..82c3220 100644 --- a/assets/sass/_custom.scss +++ b/assets/sass/_custom.scss @@ -46,4 +46,12 @@ th, td { a { text-decoration: none; } +} + +h2 a { + margin-right: 2em; +} + +.title-post-date { + margin-left: 0em; } \ No newline at end of file