Skip to content

Commit

Permalink
fix: better text size
Browse files Browse the repository at this point in the history
  • Loading branch information
RingoMar committed Aug 22, 2024
1 parent aff9c99 commit 0831a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ body {

.num {
text-align: center;
font-size: 12em;
font-size: 9.5em;
}

.telem {
text-align: center;
font-size: calc(0.2 * 10em);
font-size: calc(0.2 * 9.5em);
}

0 comments on commit 0831a8a

Please sign in to comment.