forked from Ponysearch/Ponysearch
8 lines
114 B
Text
8 lines
114 B
Text
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
|
||
|
.osm-map-box {
|
||
|
height: 300px;
|
||
|
width: 100%;
|
||
|
margin: 10px 0;
|
||
|
}
|