Skip to content

Instantly share code, notes, and snippets.

@metamn
Created January 31, 2011 15:19
Show Gist options
  • Save metamn/804170 to your computer and use it in GitHub Desktop.
Save metamn/804170 to your computer and use it in GitHub Desktop.
Load mobile.css when screen size is less than 600px
<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