Skip to content

Commit 6083402

Browse files
committed
remove -webkit-text-size-adjust property on html since it's not applicable
1 parent 174ddcb commit 6083402

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/css/base.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ body {
1212
html {
1313
box-sizing: border-box;
1414
font-size: var(--body-font-size);
15-
-webkit-text-size-adjust: 100%;
1615
}
1716

1817
@media screen and (min-width: 1024px) {

0 commit comments

Comments
 (0)