Skip to content

Instantly share code, notes, and snippets.

@LetItRock
Created August 18, 2018 11:40
Show Gist options
  • Save LetItRock/6930fae7c9408141410132015bb825b4 to your computer and use it in GitHub Desktop.
Save LetItRock/6930fae7c9408141410132015bb825b4 to your computer and use it in GitHub Desktop.
Css media queries for small and medium screens
@media screen and (min-width: 55rem) and (max-width:90rem) {
}
@media screen and (max-width: 55rem) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment