11 lines
125 B
CSS
11 lines
125 B
CSS
|
|
||
|
img.leaflet-marker-inline {
|
||
|
height: 1em;
|
||
|
}
|
||
|
|
||
|
div#leaflet-map {
|
||
|
height: 500px;
|
||
|
width: 100%;
|
||
|
display: block;
|
||
|
}
|