mobi-plugin-show-hide-on-mobile
Version:
The show-hide-on-mobile plugin for Mobi.css
15 lines (12 loc) • 348 B
CSS
/*! mobi-plugin-show-hide-on-mobile v3.1.0 http://getmobicss.com/docs/show-hide-on-mobile.html */
@media (max-width: 767px) {
.hide-on-mobile {
display: none ;
}
}
@media (min-width: 768px) {
.show-on-mobile {
display: none ;
}
}
/*# sourceMappingURL=mobi-plugin-show-hide-on-mobile.css.map */