Created
July 30, 2012 18:08
-
-
Save tomkrush/3208771 to your computer and use it in GitHub Desktop.
Responsive CSS Template
This file contains hidden or 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
@media only screen and (max-width: 959px) { /* iPad */ | |
} | |
@media only screen and (max-width: 719px) { /* Kindle */ | |
} | |
@media only screen and (max-width: 599px) { /* Wide Phone */ | |
} | |
@media only screen and (max-width: 479px) { /* iPhone */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment