Files
spot/style/_mobile.scss
2019-03-10 15:50:58 +01:00

11 lines
193 B
SCSS

@media only screen and (max-width: 800px) {
.desktop, .leaflet-control-container {
display: none;
}
}
@media only screen and (min-width: 801px) {
.mobile {
display: none;
}
}