Skip to content

Instantly share code, notes, and snippets.

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