1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-04-11 14:10:34 +02:00

Prevent iOS from zooming on inputs

This commit is contained in:
Robbie Antenesse 2019-05-28 22:17:26 -06:00 committed by Robbie Antenesse
parent 910e025997
commit 50b0941223

View file

@ -15,4 +15,10 @@ html, body {
* {
box-sizing: border-box;
}
}
input:not([type="checkbox"]),
select,
textarea {
font-size: 16px;
}