Skip to content

Instantly share code, notes, and snippets.

@danielbuechele
Last active August 29, 2015 14:02
Show Gist options
  • Save danielbuechele/daa3859627053a509e2c to your computer and use it in GitHub Desktop.
Save danielbuechele/daa3859627053a509e2c to your computer and use it in GitHub Desktop.
Bootstrap screen sizes
@media (max-width:767px) {}
@media (min-width:768px) and (max-width:991px) {}
@media (min-width:992px) and (max-width:1199px) {}
@media (min-width:1200px) {}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment