Created
September 13, 2012 22:37
-
-
Save felixzapata/3718231 to your computer and use it in GitHub Desktop.
media query for iPhone 5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* iPhone 5 ----------- */ | |
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { | |
/* Styles */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment