Skip to content

Instantly share code, notes, and snippets.

@wwwpro
Created August 19, 2015 22:09
Show Gist options
  • Save wwwpro/1e6f88a1737653c50e62 to your computer and use it in GitHub Desktop.
Save wwwpro/1e6f88a1737653c50e62 to your computer and use it in GitHub Desktop.
@media (max-width: 33.9em) {
.hidden-xs-down {
display: none !important;
}
}
@media (max-width: 47.9em) {
.hidden-sm-down {
display: none !important;
}
}
@media (max-width: 61.9em) {
.hidden-md-down {
display: none !important;
}
}
@media (max-width: 74.9em) {
.hidden-lg-down {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment