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 {
|
||||
height: auto;
|
||||
min-height: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
|
|||
Loading…
Reference in New Issue