add margin to blog listing
This commit is contained in:
parent
bdb7436423
commit
faea17fb50
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
||||||
grid-template-columns: repeat(auto-fit, minmax(10rem, 18rem));
|
grid-template-columns: repeat(auto-fit, minmax(10rem, 18rem));
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
margin-top: 2rem;
|
||||||
|
|
||||||
.post-wrapper {
|
.post-wrapper {
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
|
|
Loading…
Reference in a new issue