Skip to content

Commit

Permalink
fix: post-tags style
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Aug 21, 2019
1 parent c14b26c commit 3688a7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/scss/_common/post-tags.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.post-tags {
margin-top: ($fontSize * 5);
text-align: center;
font-size: 80%;
font-size: 90%;
}

.post-tags-link {
Expand All @@ -13,4 +13,5 @@

.tag-icon {
margin-right: 0.3em;
font-size: 80%;
}

0 comments on commit 3688a7e

Please sign in to comment.