LoginSignup
4
2

More than 5 years have passed since last update.

bootstrapのレスポンシブデザインがスマホで反映されない

Posted at

問題

bootstrapを使って作ったwebアプリがスマホ画面上でレスポンシブしてくれない:cry:
スクリーンショット 2019-05-08 13.11.01.png

 解決法

<meta name="viewport" content="width=device-width, initial-scale=1.0">

上記の呪文を唱えるとワンパンでした。
Railsチュートリアル後に作る初めてのアプリでハマりがちだと思うので誰かの参考になれば嬉しいです。

4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2