Remove margins from tags of a post item
This commit is contained in:
parent
0ebd286a80
commit
7edc193e8f
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ .post-list {
|
|||
.post-list-date {
|
||||
display: block;
|
||||
}
|
||||
.tag-list {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.no-posts {
|
||||
|
|
Loading…
Reference in a new issue