Target Safari to enforce min font size

Prevents zooming the viewport on Mobile Safari
This commit is contained in:
Jason Zimdars
2025-11-17 13:47:37 -06:00
parent b7404087bd
commit 561542922c
+4
View File
@@ -48,6 +48,10 @@
margin: 0;
}
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
font-size: max(16px, 1em) !important;
}
}
.input--file {