From b6c078f04c27b7e54158742ea646ad0f9a49e9e0 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 13 Nov 2025 17:55:44 +0000 Subject: [PATCH] Make heatmap fit inside the page layout. --- templates/dashboard.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index 43c338df..7c0a3478 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -44,6 +44,16 @@ body { justify-content: center; margin-top: 20px; } +#map { + height: 500px; + width:100%; + margin-bottom: 10px; +} +#map img { + max-width: none; + min-width: 0px; + height: auto; +} .section-title { margin: 30px 0 20px; padding-bottom: 10px; @@ -169,13 +179,7 @@ body {
-
-
- -

Mosquito Activity Heatmap

-

Map visualization will be displayed here

- Showing activity data for the Central District area -
+