Skip to content

Instantly share code, notes, and snippets.

@derekshirk
Last active August 29, 2015 14:17
Show Gist options
  • Save derekshirk/2d34b5d3036fb5dd4ebc to your computer and use it in GitHub Desktop.
Save derekshirk/2d34b5d3036fb5dd4ebc to your computer and use it in GitHub Desktop.
rwd-media-queries-1
@media only screen and (min-width: 768px),
screen and (width:768px) and (resolution: 163dpi) {
}
@media only screen and (min-width: 960px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment