Merge pull request #15 from perlatus/pr-fix-tag-wrapping

Use flex on tags so they wrap properly
This commit is contained in:
Sodbileg Gansukh 2021-02-10 17:45:26 +08:00 committed by GitHub
commit 1790c04b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,14 +75,13 @@
.post-tags { .post-tags {
margin-top: 15px; margin-top: 15px;
display: flex;
flex-wrap: wrap;
} }
.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 {