Skip to content

Instantly share code, notes, and snippets.

@devnix
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save devnix/68b7afffff3c10a8e4d6 to your computer and use it in GitHub Desktop.

Select an option

Save devnix/68b7afffff3c10a8e4d6 to your computer and use it in GitHub Desktop.
Bootstrap 3 CSS media queries
/* Reference: http://goo.gl/6ise9j */
/* col-xs */
@media(max-width:767px) {
}
/* col-sm */
@media(min-width:768px) {
}
/* col-md */
@media(min-width:992px) {
}
/* col-lg */
@media(min-width:1200px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment