feat: Add overview page of animal shelters

This commit is contained in:
2025-01-06 09:02:07 +01:00
parent e3833b4505
commit 5e80d75c91
8 changed files with 81 additions and 30 deletions

View File

@@ -937,6 +937,10 @@ div.announcement {
cursor: pointer;
}
.animal-shelter-marker {
background-image: url('../img/animal_shelter.png'); !important;
}
.maplibregl-popup {
max-width: 600px !important;
}