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 bc385e1b52

View File

@ -75,14 +75,13 @@
.post-tags {
margin-top: 15px;
display: flex;
flex-wrap: wrap;
}
.post-tags .tag {
font-weight: 700;
}
.post-tags .tag + .tag {
margin-left: 10px;
margin-right: 10px;
}
.post-tags .tag::before {