Skip to content

Instantly share code, notes, and snippets.

@robertgreiner
Created October 10, 2012 22:30
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 robertgreiner/3868925 to your computer and use it in GitHub Desktop.
Save robertgreiner/3868925 to your computer and use it in GitHub Desktop.
My site's media queries
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { }
@media only screen and (min-width: 450px) and (max-width: 710px) { /* Tablet sized viewport */}
@media only screen and (max-width: 449px) { /* Phone sized viewport */ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment