Merge pull request #19 from samfearn/webkit-text-size-adjust
Fixed webkit text scaling `bug`
This commit is contained in:
commit
3835ac3ac4
|
|
@ -3,6 +3,7 @@
|
||||||
html, body {
|
html, body {
|
||||||
height: auto;
|
height: auto;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
-webkit-text-size-adjust: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue