Skip to content

Instantly share code, notes, and snippets.

@wingsline
Created October 5, 2012 00:31
Show Gist options
  • Save wingsline/3837340 to your computer and use it in GitHub Desktop.
Save wingsline/3837340 to your computer and use it in GitHub Desktop.
handheld and low resolution media queries
/* low resolutions */
@media only screen and (max-width: 1023px) {
}
/* handheld */
@media handheld, only screen and (max-width: 767px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment