Skip to content

Commit 75f37bc

Browse files
committed
Fixed webkit text scaling bug
1 parent 923d9ec commit 75f37bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_sass/_base.scss

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
html, body {
44
height: auto;
55
min-height: 100%;
6+
-webkit-text-size-adjust: 100%;
67
}
78

89
img {

0 commit comments

Comments
 (0)