fix: Prevents misaligned post dates on mobile
All checks were successful
/ build (pull_request) Successful in 29s
/ cleanup-staging (pull_request) Successful in 2s
/ build (push) Successful in 16s

This commit is contained in:
Vincent Mahnke 2025-11-29 05:51:07 +01:00
commit ad801a8ee3
Signed by: ViMaSter
GPG key ID: 6D787326BA7D6469

View file

@ -46,4 +46,12 @@ th, td {
a {
text-decoration: none;
}
}
h2 a {
margin-right: 2em;
}
.title-post-date {
margin-left: 0em;
}