Skip to content

Instantly share code, notes, and snippets.

@xdumaine
Created October 15, 2013 15:19
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 xdumaine/6993286 to your computer and use it in GitHub Desktop.
Save xdumaine/6993286 to your computer and use it in GitHub Desktop.
css media queries
@media only screen and (min-device-width: 480px) { ... }
@media only screen and (min-device-width: 600px) { ... }
@media only screen and (min-width: 770px) { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment