Skip to content

Instantly share code, notes, and snippets.

@pagemashine
Last active May 16, 2017 07:23
Show Gist options
  • Save pagemashine/c37dc58d1363476c3c5ed77a3830c213 to your computer and use it in GitHub Desktop.
Save pagemashine/c37dc58d1363476c3c5ed77a3830c213 to your computer and use it in GitHub Desktop.
media queries tablet
@media handheld, only screen and (min-width: 768px) and (max-width: 979px) { /*-TABLET-*/
/*---------------------------------*/
.hide-on-tablet {
display: none !important;
}
/*---------------------------------*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment