Skip to content

Instantly share code, notes, and snippets.

@betawax
Created March 3, 2014 08:16
Show Gist options
  • Save betawax/9320612 to your computer and use it in GitHub Desktop.
Save betawax/9320612 to your computer and use it in GitHub Desktop.
Bootstrap media queries
/* Phones, less than 768px */
.default {}
/* Tablets, 768px and up */
@media (min-width: 768px) {}
/* Desktops, 992px and up */
@media (min-width: 992px) {}
/* 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