This commit is contained in:
Zsolt Ero
2024-01-19 21:20:44 +01:00
parent 7429a52f8b
commit 7f64243aaf
3 changed files with 11 additions and 7 deletions

View File

@@ -156,13 +156,13 @@ code {
white-space: nowrap;
}
#map {
#map-container {
width: 100%;
height: 500px;
margin-bottom: 2em;
}
#map:not(.maplibregl-map) {
#map-container:not(.maplibregl-map) {
background-image: url('mapbg.jpg');
background-size: cover;
background-position: center;