Skip to content

Instantly share code, notes, and snippets.

@ahaywood
Last active December 12, 2015 10:19
Show Gist options
  • Save ahaywood/4758005 to your computer and use it in GitHub Desktop.
Save ahaywood/4758005 to your computer and use it in GitHub Desktop.
CSS: Media Query - iPad (landscape)
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment