Skip to content

Commit

Permalink
use pixels instead of rems for font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
OothecaPickle committed Oct 15, 2024
1 parent 66888bf commit 58d9bb8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
display: inline;
padding-inline: 5px;
white-space: nowrap;
font-size: 0.8rem;
line-height: 0.5rem;
font-size: 12.8px;
line-height: 8px;
font-weight: 500;
}

Expand Down

0 comments on commit 58d9bb8

Please sign in to comment.