mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
fix: Prevent adjustments of font size after orientation changes in iOS (#1285)
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:
parent
f7bd1ec07c
commit
eab731707a
@ -7,6 +7,8 @@
|
||||
html {
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
overflow-y: scroll;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
a,
|
||||
|
Loading…
Reference in New Issue
Block a user