Merge pull request #19 from samfearn/webkit-text-size-adjust

Fixed webkit text scaling `bug`
This commit is contained in:
Maruan 2018-06-16 13:47:30 -04:00 committed by GitHub
commit 3835ac3ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
html, body {
height: auto;
min-height: 100%;
-webkit-text-size-adjust: 100%;
}
img {