Prevent iOS from zooming on inputs
This commit is contained in:
parent
910e025997
commit
50b0941223
|
@ -16,3 +16,9 @@ html, body {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input:not([type="checkbox"]),
|
||||||
|
select,
|
||||||
|
textarea {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
Loading…
Reference in New Issue