diff --git a/nextjs-app/components/HomeView.module.css b/nextjs-app/components/HomeView.module.css index 01e0670..ecaaebf 100644 --- a/nextjs-app/components/HomeView.module.css +++ b/nextjs-app/components/HomeView.module.css @@ -84,7 +84,9 @@ display: grid; grid-template-columns: 1fr 340px; gap: 1rem; - height: 480px; + height: calc(100vh - 280px); + min-height: 520px; + max-height: 800px; } .mapContainer {