diff --git a/static/index.html b/static/index.html
index f1b3aa9..d2649b9 100644
--- a/static/index.html
+++ b/static/index.html
@@ -799,8 +799,8 @@
#mapContainer {
width: 100%;
aspect-ratio: 1 / 1;
- max-height: 60vh;
- min-height: 300px;
+ max-height: 70vh;
+ min-height: 350px;
border-radius: var(--radius);
overflow: hidden;
border: 1px solid var(--border);