Skip to content

Instantly share code, notes, and snippets.

@mhkeller
Created October 5, 2012 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhkeller/3840454 to your computer and use it in GitHub Desktop.
Save mhkeller/3840454 to your computer and use it in GitHub Desktop.
iPad iPhone media queries
<!--[if !IE]>-->
<link type="text/css" rel="stylesheet" media="only screen and (max-device-width: 480px)" href="css/iPhone.css" />
<link type="text/css" rel="stylesheet" media="only screen and (min-device-width: 768px) and (max-device-width: 1024px)" href="css/iPad.css" />
<!--<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment