fix(css): increase margin between .article-tag-list-item

* also use relative length (em)
This commit is contained in:
curben 2019-08-30 05:36:54 +01:00
parent 9649e13b1d
commit 156c10460a
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 1 deletions

View File

@ -635,7 +635,7 @@ blockquote {
.article .article-meta .article-tag-list-item {
display: inline-block;
margin-right: 5px;
margin-right: 1em;
}
.article .article-meta .article-tag-list-item:before {