Skip to content

Instantly share code, notes, and snippets.

@chanified
Created November 1, 2015 22:52
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 chanified/3653f55b02f2f68f5990 to your computer and use it in GitHub Desktop.
Save chanified/3653f55b02f2f68f5990 to your computer and use it in GitHub Desktop.
Bootstrap 3 - Media Queries
@media (max-width: @screen-xs-max) {}
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {}
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {}
@media (min-width: @screen-lg-min) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment