increase font size on larger devices
This commit is contained in:
parent
0da52c0444
commit
ddcf1efd52
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue