Start map with default framing on nuisance page

This commit is contained in:
Eli Ribble 2026-04-03 20:01:23 +00:00
parent 27fd1faa9c
commit 9104e2f7c3
No known key found for this signature in database
3 changed files with 3 additions and 4 deletions

View file

@ -14,13 +14,12 @@
padding-bottom: 0;
}
.map-container {
background-color: #e9ecef;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
height: 500px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
margin-top: 20px;
}
#map {