Skip to content

Commit

Permalink
specify font size on html directly to fix rem size
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny2github committed Oct 16, 2021
1 parent 399c4eb commit 93e53f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ body {
padding: 0;
color: #575e75;
font-family: "Liberation Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
font-size: 16px;
}


Expand Down

0 comments on commit 93e53f5

Please sign in to comment.