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