feat: Include map on main page

This commit is contained in:
2024-09-27 15:56:22 +02:00
parent 7d1a07227d
commit e0763da4e0
2 changed files with 13 additions and 0 deletions

View File

@@ -585,4 +585,9 @@ textarea {
.maplibregl-popup-content {
background-color: var(--background-three) !important;
border-radius: 8px !important;
}
.map-in-content #map {
height: 500px;
width: 90%;
}