width: 200px;
24px Font Size Texts
iPadOS 13+ intervenes against the CSS zoom property. WebKit zooms font size reversely to keep texts unzoomed.
-webkit-text-size-adjust: none;
can be used to disable
the intervention.
-webkit-text-size-adjust: none;
only effective when
zoom style node is contained by both font size style node and text
size adjust style node.
The intervention is disabled when users "Request Mobile Website".