fix: Prevent adjustments of font size after orientation changes in iOS

The font size in the code block may be larger.
As shown below, the Reset CSS specifies `text-size-adjust: 100%`.
fc091cce15/normalize.css (L13)
092d0d8592/sanitize.css (L43)
This commit is contained in:
Hiroshi Shimoju 2023-08-11 12:44:14 +09:00
parent ac1e041419
commit c52a871af5

View File

@ -7,6 +7,8 @@
html {
-webkit-tap-highlight-color: transparent;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
a,