change css font size to 1em+0.03vw

This commit is contained in:
infidel 2022-04-12 16:16:12 +07:00
parent 07d8cc7d0b
commit 3183310e1f

View File

@ -18,7 +18,7 @@
box-sizing: border-box; box-sizing: border-box;
} }
html { html {
font-size: calc(1em + 0.33vw); font-size: calc(1em + 0.03vw);
font-family: Roboto, Arial, Helvetica Neue, sans-serif; font-family: Roboto, Arial, Helvetica Neue, sans-serif;
line-height: 1.5; line-height: 1.5;
color: #111; color: #111;