mirror of https://gitlab.com/curben/blog
fix(css): increase margin between .article-tag-list-item
* also use relative length (em)
This commit is contained in:
parent
9649e13b1d
commit
156c10460a
|
@ -635,7 +635,7 @@ blockquote {
|
||||||
|
|
||||||
.article .article-meta .article-tag-list-item {
|
.article .article-meta .article-tag-list-item {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 5px;
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article .article-meta .article-tag-list-item:before {
|
.article .article-meta .article-tag-list-item:before {
|
||||||
|
|
Loading…
Reference in New Issue