Return the media
This commit is contained in:
parent
1896950f52
commit
6d63a66cdc
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user