Skip to content

Instantly share code, notes, and snippets.

@bencallahan
Created October 24, 2012 20:02
Show Gist options
  • Save bencallahan/3948465 to your computer and use it in GitHub Desktop.
Save bencallahan/3948465 to your computer and use it in GitHub Desktop.
Ultra simple media query
@media (min-width: 30em) {
/* styles here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment