Remove margins from tags of a post item

This commit is contained in:
Foster Hangdaan 2023-10-24 08:51:32 -04:00
parent 0ebd286a80
commit 7edc193e8f
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -22,6 +22,9 @@ .post-list {
.post-list-date {
display: block;
}
.tag-list {
margin: 0;
}
}
.no-posts {