chore: no zoom on mobile

This commit is contained in:
2026-05-17 18:16:46 -04:00
parent eddf5bf12d
commit f5bc4e2ae4
2 changed files with 9 additions and 1 deletions

View File

@@ -12,6 +12,14 @@ body {
background: var(--color-primary-50);
}
@media (max-width: 767px) {
input,
textarea,
select {
font-size: 16px;
}
}
[x-cloak] {
display: none !important;
}