1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-05-21 09:31:18 +02:00

Prevent iOS from zooming on inputs

This commit is contained in:
Robbie Antenesse 2019-05-28 22:17:26 -06:00
parent 568fab0ac1
commit 538e20b8c6

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;
}