Skip to content

Instantly share code, notes, and snippets.

@loburets
Last active August 26, 2016 09:20
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 loburets/0ca7e2450c2e956ad28282e3d3d93a50 to your computer and use it in GitHub Desktop.
Save loburets/0ca7e2450c2e956ad28282e3d3d93a50 to your computer and use it in GitHub Desktop.
Non-responsive Bootstrap
/*
Non-responsive Bootstrap
If you need responsive delete this.
Don't forget:
add standart viewport
replace navbar
add col-md column instead col-xs if it need
current viewport:<meta name="viewport" content="width=device-width">
standart viewport:<meta name="viewport" content="width=device-width, initial-scale=1">
*/
body {
min-width: 1170px;
}
.container {
min-width: 1170px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment