Created
January 31, 2011 15:19
-
-
Save metamn/804170 to your computer and use it in GitHub Desktop.
Load mobile.css when screen size is less than 600px
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
<link href="/css/mobile.css" charset="utf-8" media="screen and (max-width: 600px)" rel="stylesheet" type="text/css" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment