fix: prevent mobile input focus zoom

This commit is contained in:
zv
2026-06-14 11:35:42 +02:00
parent 50d46be617
commit add8438307

View File

@@ -64,6 +64,14 @@ select {
outline-offset: 3px;
}
@media (max-width: 639px) {
input,
select,
textarea {
font-size: 16px;
}
}
@layer utilities {
.glass {
@apply border border-border/70 bg-surface shadow-soft;