bfile/filed/static/mobile-hide.css

5 lines
75 B
CSS
Raw Normal View History

2023-10-10 13:56:28 +02:00
@media (max-width:667px) {
.mobile-hide {
display: none
}
}