Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ログイン ラベル (このページ www.plantify.co.uk の最上部にあります) を iPad と iPhone で正しく表示したいと考えています。
ウェブサイトの反応がよくありません。私が抱えている問題は、入力ラベルに焦点を合わせるためにズームインする必要があり、非常に乱雑に見えることです。
CSS /レスポンシブの凡例は役に立ちますか?
次のように、CSS でメディア クエリを使用できます。
@media screen and (max-width: 480px) { // your code goes here }
ここで、見た目を変えたい要素のスタイルを設定します。