Created
January 20, 2012 17:33
-
-
Save kborchers/1648589 to your computer and use it in GitHub Desktop.
media queries for mobile only on phones
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
test: Modernizr.mq( "only screen and (max-device-width: 480px)" ) || | |
( Modernizr.mq( "only screen and (min-device-width: 480px) and (max-device-width: 800px)" ) && !Modernizr.mq( "only screen and (min-device-width: 768px)" ) ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment