Prevent iOS from zooming on inputs
This commit is contained in:
parent
d575e8f8d9
commit
92949673bb
|
@ -15,4 +15,10 @@ html, body {
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
input:not([type="checkbox"]),
|
||||||
|
select,
|
||||||
|
textarea {
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
Loading…
Reference in New Issue