Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Created November 7, 2015 03:09
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 jennimckinnon/a02057198ddd6df27935 to your computer and use it in GitHub Desktop.
Save jennimckinnon/a02057198ddd6df27935 to your computer and use it in GitHub Desktop.
Starting to type the @media rule (example).
@media only screen and (max-width:1024px) {
.your-css {
/* All your styling goes here */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment