-
-
Save kobitoDevelopment/770c1cde31294e9c56b637cb79b26944 to your computer and use it in GitHub Desktop.
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
| body{ | |
| /* 最小画面幅のサポートを360pxにし、それ以下は縮小させる*/ | |
| @media (max-width: 360px) { | |
| zoom: progress(100lvw, 0px, 360px); | |
| -webkit-text-size-adjust: initial; /* iOS Safariのバグを回避 */ | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment