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.
サイトはすべてのブラウザーでうまく機能するようですが、iPad を中心にしているとは言えません。
これはページです
これを修正する方法について何か考えはありますか?
ありがとう!!!
pxを使用している幅を定義するには、%とemを使用する必要があります。
あなたは体に次のように定義された幅を持っています:
body { line-height:0; min-width:1366px; }
そして多くの要素。
メディアクエリを検索する
これを見てください
#containerDIVのサイズを800pxに減らします。
このように書いてください:
body { line-height:0; min-width:800px; } div#container{ width:800px; }