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:
Eric Huss 2021-11-20 10:01:41 -08:00 committed by GitHub
commit 23af80c506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ html {
color: var(--fg);
background-color: var(--bg);
text-size-adjust: none;
-webkit-text-size-adjust: none;
}
body {