Fixed webkit text scaling `bug`
This commit is contained in:
parent
923d9ec753
commit
75f37bc02f
|
|
@ -3,6 +3,7 @@
|
|||
html, body {
|
||||
height: auto;
|
||||
min-height: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
|
|||
Loading…
Reference in New Issue