feat: map

This commit is contained in:
2025-05-10 08:55:23 +02:00
parent 2dcb5fbf88
commit 56df942dd0
3 changed files with 68 additions and 2 deletions

View File

@@ -27,8 +27,34 @@
padding: 10px;
}
/*******/
/* MAP */
/*******/
.map {
border-radius: 8px;
width:100%;
height:100%
}
}
.marker {
background-image: url('../img/logo_transparent.png');
background-size: cover;
width: 50px;
height: 50px;
cursor: pointer;
}
.animal-shelter-marker {
background-image: url('../img/animal_shelter.png');
!important;
}
.maplibregl-popup {
max-width: 600px !important;
}
.map-in-content #map {
max-height: 500px;
width: 90%;
}