MapComplete/public/css/mobile.css
2023-05-09 00:07:39 +02:00

10 lines
152 B
CSS

@media only screen and (max-width: 768px), only screen and (max-height: 700px) {
.hidden-on-mobile {
display: none !important;
}
}