Skip to content

Instantly share code, notes, and snippets.

@bencallahan
Created October 24, 2012 19:59
Show Gist options
  • Select an option

  • Save bencallahan/3948447 to your computer and use it in GitHub Desktop.

Select an option

Save bencallahan/3948447 to your computer and use it in GitHub Desktop.
Simple media query
@media screen and (min-width: 30em) {
/* styles here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment