Map auf volle Seitenbreite angepasst und AXA Logo als Marker verwendet

This commit is contained in:
2026-02-11 11:18:14 +01:00
parent 24c878062d
commit 01b0589fb8
2 changed files with 16 additions and 14 deletions

View File

@@ -440,9 +440,12 @@ body {
/* Map */
.map-container {
margin-top: 60px;
border-radius: 15px;
border-radius: 0;
overflow: hidden;
box-shadow: var(--shadow-lg);
width: 100vw;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
#map {