Add the margin in the bottom of each card on post list

This commit is contained in:
n07070 2022-07-18 01:55:29 +02:00
parent db951130bc
commit eb48bb0971

View File

@ -232,7 +232,7 @@ p {
flex-direction: column;
align-items: stretch;
border-style: none;
/* margin: 1em; */
margin-bottom: 1em;
}
/* .blog-card-feed {