change css font size to 1em+0.05vw
This commit is contained in:
parent
c480869329
commit
ca7acb0e9e
@ -18,7 +18,7 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
html {
|
||||
font-size: 1.2vw;
|
||||
font-size: calc(1em + 0.05vw);
|
||||
font-family: Roboto, Arial, Helvetica Neue, sans-serif;
|
||||
line-height: 1.5;
|
||||
color: #111;
|
||||
|
Loading…
Reference in New Issue
Block a user