prevents auto-zoom on mobile screens
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user