bfile/filed/static/assets/mobile-hide.css

11 lines
162 B
CSS

.mobile-only {
display: none;
}
@media (max-width:667px) {
.mobile-hide {
display: none
}
.mobile-only {
display: inherit;
}
}