Hard code iPhone font shrinking for now

This commit is contained in:
Adam Wathan 2017-08-02 12:29:36 -04:00
parent 4c640e608a
commit 8b3bec98a0

View File

@ -20,7 +20,7 @@ html {
// -webkit-font-smoothing: antialiased;
@media (min-width: @screen-xs) {
@media (min-width: 420px) {
font-size: 16px;
}
}