Browse Source

Added text-size-adjust: 100% to html [Fix #1147] (#1148)

See issue #1147.
Matteo Manfredi 8 years ago
parent
commit
87c2c81f69
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sass/base/generic.sass

+ 1 - 0
sass/base/generic.sass

@@ -27,6 +27,7 @@ html
   overflow-x: hidden
   overflow-y: scroll
   text-rendering: $body-rendering
+  text-size-adjust: 100%
 
 article,
 aside,