Return the media

This commit is contained in:
Alireza Adli 2023-10-06 12:55:07 -04:00
parent 1896950f52
commit 6d63a66cdc

View File

@ -28,4 +28,9 @@
.leaflet-grab {
cursor: crosshair;
}
@media (min-width: 990px){
/* Only show the "Click a building ..." notice for larger screens */
.map-notice {
display: block;
}
}