changes default font-size 16px to mobile-first

This commit is contained in:
Huy Tran 2018-09-16 09:59:18 +10:00
parent f5b45a0be7
commit 225512ea3b
3 changed files with 4 additions and 2 deletions

View file

@ -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;
}