Keep consistent text size on mobile orientation change
using vendor-specific CSS `*-text-size-adjust`.
This commit is contained in:
parent
d3b48b7695
commit
c3628813c6
2 changed files with 8 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue