Merge pull request #294 from Ocelot-Social-Community/fix-distance-latest-posts

fix(content): fix distance latest posts
This commit is contained in:
Ulf Gebhardt 2026-03-04 09:53:52 +01:00 committed by GitHub
commit 1581b14de2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,7 +96,10 @@ const formatDate = (d) =>
margin: 2rem auto 0 auto;
}
.mini-blog__div {
padding-top: 2.8em;
padding-top: 0;
}
.mini-blog__div .large-header {
padding-top: 1em !important;
}
/* Grid */