Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Created November 7, 2015 03:58
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/bcb5d71eb7e0e285bde0 to your computer and use it in GitHub Desktop.
Save jennimckinnon/bcb5d71eb7e0e285bde0 to your computer and use it in GitHub Desktop.
Starting to type the @media rule (example).
@media only screen and (min-width: 1920px) and (device-aspect-ratio: 16/9) {
.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