1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-06-18 23:26:39 +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 d575e8f8d9
commit 92949673bb

View file

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