Skip to content

Commit

Permalink
fix(chunithm): shrink font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyzoid committed Jul 28, 2024
1 parent 3fc7e49 commit 8c98782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/cards/chunithm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ const ratingName = (rating) => {
}
.chu-rating img {
max-height: 15px;
max-height: 14px;
}
.chu-rating .comma {
max-height: 5px;
max-height: 4px;
}
.rainbow {
Expand Down

0 comments on commit 8c98782

Please sign in to comment.