prevents auto-zoom on mobile screens

This commit is contained in:
2026-06-11 15:15:50 +02:00
parent ac40c7d949
commit 1953df262c

View File

@@ -1249,6 +1249,15 @@ select.form-input { cursor: pointer; }
/* Legal */
.page-content-box { padding: 20px; }
.page-container { padding: 0 8px; }
/* ---------------------------------------------------------
6.1 Prevents iOS Auto-Zoom on Inputs
--------------------------------------------------------- */
input, textarea, select {
font-size: 16px !important;
}
}
@media (min-width: 769px) {