1
0
Fork 0

Keep consistent text size on mobile orientation change

using vendor-specific CSS `*-text-size-adjust`.
This commit is contained in:
dzaikos 2018-07-02 01:27:47 -04:00 committed by Frédéric Guillot
parent d3b48b7695
commit c3628813c6
2 changed files with 8 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -5,6 +5,11 @@
box-sizing: border-box;
}
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-rendering: optimizeLegibility;