Skip to content

Instantly share code, notes, and snippets.

@SapientBoston
Created November 13, 2012 13:40
Show Gist options
  • Select an option

  • Save SapientBoston/4065808 to your computer and use it in GitHub Desktop.

Select an option

Save SapientBoston/4065808 to your computer and use it in GitHub Desktop.
CSS: iPads (portrait and landscape)
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment