Created
October 10, 2012 22:30
-
-
Save robertgreiner/3868925 to your computer and use it in GitHub Desktop.
My site's media queries
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
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { } | |
@media only screen and (min-width: 450px) and (max-width: 710px) { /* Tablet sized viewport */} | |
@media only screen and (max-width: 449px) { /* Phone sized viewport */ } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment