Skip to content

Instantly share code, notes, and snippets.

@vinhnx
Created September 14, 2012 03:44
Show Gist options
  • Save vinhnx/3719666 to your computer and use it in GitHub Desktop.
Save vinhnx/3719666 to your computer and use it in GitHub Desktop.
iPhone5 @media queries
@media only screen and (min-width: 560px) and (max-device-width: 1136px) {
/* awesome style */
}
@alvincrespo
Copy link

For some reason this doesn't work for me in the iOS simulator using the Retina 4-inch setting.

@iancrowther
Copy link

same, ios sim playing up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment