Skip to content

Commit

Permalink
refactor(theme-classic): make tag text visually certered (#7876)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosai106 committed Aug 9, 2022
1 parent 308d3e1 commit 221b114
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@

.tagRegular {
border-radius: 0.5rem;
padding: 0.3rem 0.5rem;
padding: 0.2rem 0.5rem 0.3rem;
font-size: 90%;
}

Expand Down

0 comments on commit 221b114

Please sign in to comment.