Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurap/7482711 to your computer and use it in GitHub Desktop.
Save kurap/7482711 to your computer and use it in GitHub Desktop.
1.<meta> viewportを除く
2..container クラスのwidth属性を統一して!importantを追加
.container {
max-width: none !important;
width: 970px;
}
3..navbar を使っている場合は、colloapsing 属性を取り除く
4.グリッドレイアウトを使う際は, .col-xs-* を使用。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment