Skip to content

Instantly share code, notes, and snippets.

@ryderr
Created November 30, 2012 21:36
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 ryderr/4178833 to your computer and use it in GitHub Desktop.
Save ryderr/4178833 to your computer and use it in GitHub Desktop.
desktop only css hack
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
body{
display:none;
}
html:after{
content: "This site is only available on desktop computers";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment