bfile/filed/static/mobile-hide.css

5 lines
75 B
CSS

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