画面幅に基づいて要素の幅を設定しようとしています。私のコードは、デスクトップと Galaxy Note 2 を除くほとんどのモバイル デバイスで完全に動作します。このクエリを試しましたが、役に立ちませんでした
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
// my css here
}