increase font size on larger devices

This commit is contained in:
ray 2020-02-09 19:48:18 +00:00
parent 0da52c0444
commit ddcf1efd52
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@
html {
box-sizing: border-box;
font-size: 62.5%;
@media only screen and (max-width: 768px) {
font-size: 61.5%;
}
font-size: 72%;
}
body {