Fix margin to margin-bottom

This commit is contained in:
nono 2022-07-07 14:02:56 +02:00
parent 0cc8958173
commit 9894472e42
1 changed files with 1 additions and 1 deletions

View File

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