Skip to content

Instantly share code, notes, and snippets.

@mike-gusiev
Last active August 29, 2015 14:21
Show Gist options
  • Save mike-gusiev/5b868a5a77d87eb98bad to your computer and use it in GitHub Desktop.
Save mike-gusiev/5b868a5a77d87eb98bad to your computer and use it in GitHub Desktop.
CSS tips
@media (max-width: 1150px) and (min-width: 300px) {
.cnd_main {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment