mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +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:
		| @@ -7,6 +7,8 @@ | |||||||
| html { | html { | ||||||
|     -webkit-tap-highlight-color: transparent; |     -webkit-tap-highlight-color: transparent; | ||||||
|     overflow-y: scroll; |     overflow-y: scroll; | ||||||
|  |     -webkit-text-size-adjust: 100%; | ||||||
|  |     text-size-adjust: 100%; | ||||||
| } | } | ||||||
|  |  | ||||||
| a, | a, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Hiroshi Shimoju
					Hiroshi Shimoju