Prevent misaligned post dates on mobile #46

Merged
stb merged 1 commit from mobile-post-fix into main 2025-11-29 13:21:24 +01:00
Showing only changes of commit ad801a8ee3 - Show all commits

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

Vincent Mahnke 2025-11-29 05:51:07 +01:00
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;
}