Skip to content

Instantly share code, notes, and snippets.

@juddlyon
Created December 5, 2014 16:03
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 juddlyon/08d8c93d2ed556490446 to your computer and use it in GitHub Desktop.
Save juddlyon/08d8c93d2ed556490446 to your computer and use it in GitHub Desktop.
Bootstrap Media Query Breakpoints
/* GANKED FROM BOOTSTRAP v3.3.1 */
/* small devices (tablets, 768px and up) */
@media (min-width: 768px) {}
/* medium devices (desktops, 992px and up) */
@media (min-width: 992px) {}
/* large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment