Skip to content

Instantly share code, notes, and snippets.

@valpryz
Created April 25, 2019 14:49
Show Gist options
  • Save valpryz/c4530df1c9af5929baeb0852cf2ccf81 to your computer and use it in GitHub Desktop.
Save valpryz/c4530df1c9af5929baeb0852cf2ccf81 to your computer and use it in GitHub Desktop.
and operator code
@media only screen and (max-width: 480px) and (min-resolution: 300dpi) {
/* regles CSS */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment