changes default font-size 16px to mobile-first
This commit is contained in:
parent
f5b45a0be7
commit
225512ea3b
3 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,8 @@
|
|||
html {
|
||||
-webkit-text-size-adjust: 100%; // for iOS
|
||||
box-direction: normal;
|
||||
font-family: $root-font-family;
|
||||
font-family: $root-font-family;
|
||||
font-size: $small-device-font-size;
|
||||
line-height: $root-line-height;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue