Skip to content

Instantly share code, notes, and snippets.

@machito
Created March 30, 2015 13:18
Show Gist options
  • Save machito/4e72bad6c625b56b38a7 to your computer and use it in GitHub Desktop.
Save machito/4e72bad6c625b56b38a7 to your computer and use it in GitHub Desktop.
/********* iPad 3 **********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment