Skip to content

Instantly share code, notes, and snippets.

@drewrwilson
Created April 18, 2014 22:13
Show Gist options
  • Save drewrwilson/11066704 to your computer and use it in GitHub Desktop.
Save drewrwilson/11066704 to your computer and use it in GitHub Desktop.
Bootstrap 3 Media Query Breakpoints
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment