Skip to content

Instantly share code, notes, and snippets.

@gcollazo
Created August 20, 2013 11:04
Show Gist options
  • Save gcollazo/6280084 to your computer and use it in GitHub Desktop.
Save gcollazo/6280084 to your computer and use it in GitHub Desktop.
Bootstrap 3 media queries
xs = "(min-width: 0px) and (max-width: 767px)"
sm = "(min-width: 768px) and (max-width: 991px)"
md = "(min-width: 992px) and (max-width: 1199px)"
lg = "(min-width: 1200px)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment