This commit is contained in:
Zsolt Ero
2024-01-19 21:54:26 +01:00
parent f434c627bd
commit c800337fb3
3 changed files with 19 additions and 6 deletions

View File

@@ -160,9 +160,14 @@ code {
width: 100%;
height: 500px;
margin-bottom: 2em;
position: relative;
}
#map-container:not(.maplibregl-map) {
#mapbg-image {
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
background-image: url('mapbg.jpg');
background-size: cover;
background-position: center;