Skip to content

Instantly share code, notes, and snippets.

@ShaklinSyed
Last active March 4, 2016 10:29
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 ShaklinSyed/fa3477983dedaf1883ca to your computer and use it in GitHub Desktop.
Save ShaklinSyed/fa3477983dedaf1883ca to your computer and use it in GitHub Desktop.
Quick ref for media queries bootstrap
@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment