Skip to content

Instantly share code, notes, and snippets.

@ackernaut
Created March 10, 2012 19:53
Show Gist options
  • Save ackernaut/2012724 to your computer and use it in GitHub Desktop.
Save ackernaut/2012724 to your computer and use it in GitHub Desktop.
CSS: iPhone landscape
@media screen and (max-width:480px) and (orientation:landscape) {
/* Do stuff for iPhone in landscape */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment