Skip to content

Instantly share code, notes, and snippets.

@coliff
Last active November 22, 2016 08:40
Show Gist options
  • Save coliff/3bfa804f7bc78f9e09619c061c3b9e9d to your computer and use it in GitHub Desktop.
Save coliff/3bfa804f7bc78f9e09619c061c3b9e9d to your computer and use it in GitHub Desktop.
Bootstrap 3 Media Queries.css
/* XS */
@media (max-width: 767px) {}
/* SM */
@media (min-width: 768px) and (max-width: 991px) {}
/* MD */
@media (min-width: 992px) and (max-width: 1199px) {}
/* LG */
@media (min-width: 1200px) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment