11 lines
193 B
SCSS
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;
|
|
}
|
|
} |