Fix margin for when tags overflow first row

This commit is contained in:
perlatus 2021-02-09 17:06:37 -05:00
parent 555c041f9b
commit a3fea053e5

View File

@ -81,10 +81,7 @@
.post-tags .tag { .post-tags .tag {
font-weight: 700; font-weight: 700;
} margin-right: 10px;
.post-tags .tag + .tag {
margin-left: 10px;
} }
.post-tags .tag::before { .post-tags .tag::before {