Target Safari to enforce min font size
Prevents zooming the viewport on Mobile Safari
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user