Skip to content

Instantly share code, notes, and snippets.

@nickmjones
Created October 5, 2011 20:59
Show Gist options
  • Save nickmjones/1265714 to your computer and use it in GitHub Desktop.
Save nickmjones/1265714 to your computer and use it in GitHub Desktop.
Example of iPad media queries
@media screen and (max-width: 1024px) {
body {
// Insert conditional rules for iPad here
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment