Skip to content

Instantly share code, notes, and snippets.

@ross-u
Created October 15, 2020 12:44
Show Gist options
  • Save ross-u/294d371a1d267449d60d07b5a9c81cc6 to your computer and use it in GitHub Desktop.
Save ross-u/294d371a1d267449d60d07b5a9c81cc6 to your computer and use it in GitHub Desktop.
Media queries - universal and simple M1
@media screen and (max-width: 700px) {
}
@media screen and (max-width: 990px) and (min-width: 710px) {
}
@media screen and (min-width: 1000px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment