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 authored and slorber committed Sep 1, 2022
1 parent dbc2c09 commit 7c83ced
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 7c83ced

Please sign in to comment.