Skip to content

Instantly share code, notes, and snippets.

Created April 30, 2013 23:56
Show Gist options
  • Save anonymous/5492805 to your computer and use it in GitHub Desktop.
Save anonymous/5492805 to your computer and use it in GitHub Desktop.
/*desktop #############################################################################################*/
@media only screen and (min-width: 978px) and (max-width: 3879px) {
.smartphoneitem{
display: none !important;
}
}
/*tablet #############################################################################################*/
@media only screen and (min-width: 768px) and (max-width: 977px) {
}
/*mobile ocultar barra #############################################################################################*/
@media only screen and (min-width: 20px) and (max-width: 767px) {
.desktopitem{
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment