add margin to blog listing

This commit is contained in:
Vri 🌈 2023-03-15 14:07:54 +01:00
parent bdb7436423
commit faea17fb50
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -51,6 +51,7 @@
grid-template-columns: repeat(auto-fit, minmax(10rem, 18rem));
gap: 1rem;
justify-content: center;
margin-top: 2rem;
.post-wrapper {
hyphens: auto;