Skip to content

Instantly share code, notes, and snippets.

@Cyan101
Created May 13, 2017 04:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cyan101/6cb67e39610a98ba4891574c171c98cf to your computer and use it in GitHub Desktop.
Save Cyan101/6cb67e39610a98ba4891574c171c98cf to your computer and use it in GitHub Desktop.
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
/*ipad landscape */
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
/*ipad portrait */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment