Created
April 26, 2017 05:42
-
-
Save RyoSugimoto/a7c7d503800299bda495c7da80a7496e to your computer and use it in GitHub Desktop.
スマホで、画面の向きに応じてフォントサイズを自動で調整しなくする(「Normalize.css」に記載済)。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html { | |
-webkit-text-size-adjust: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment