Update Meetup Map (#155)

Benutzt die Meetup-Daten aus dem Portal und enhält nun auch mobil eine Ansicht der Karte.
This commit is contained in:
d11n
2023-01-20 18:15:41 +01:00
committed by GitHub
parent 475e2a9802
commit 143f5b522d
18 changed files with 2543 additions and 705 deletions

View File

@@ -124,6 +124,16 @@
display: none;
}
#gesundes-geld section:first-child {
margin-bottom: 4rem;
}
#gesundes-geld section:last-child {
text-align: center;
}
.vectorMap {
width: 100%;
height: 60vh;
margin-top: var(--space-xxl);
}