Skip to content

Instantly share code, notes, and snippets.

@kobitoDevelopment
Last active December 15, 2025 02:09
Show Gist options
  • Select an option

  • Save kobitoDevelopment/770c1cde31294e9c56b637cb79b26944 to your computer and use it in GitHub Desktop.

Select an option

Save kobitoDevelopment/770c1cde31294e9c56b637cb79b26944 to your computer and use it in GitHub Desktop.
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