Merge pull request #1685 from igxactly/fix-ios-text-size-landscape
Prevent iOS Safari from enlarging text in landscape orientation
This commit is contained in:
commit
23af80c506
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ html {
|
|||
color: var(--fg);
|
||||
background-color: var(--bg);
|
||||
text-size-adjust: none;
|
||||
-webkit-text-size-adjust: none;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue