-
-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font-Size: 1.03rem #12
Comments
I thought about the same. This affects not only the body text to have |
Actually it does not affect the
|
Yes you are right. My point was caused by stuff like |
Will take a look at these. Thanks! |
The
body
has a confusingfont-size
of1.03rem
.Given that most browsers have a base font-size of
16px
, we end up with afont-size
of16.43px
. This seems like an odd choice, especially on normal-density screens.What is the rational behind this value?
If this has a reason, could you add a comment?
The text was updated successfully, but these errors were encountered: