diff --git a/styles.css b/styles.css index 32cb2b1..6867136 100644 --- a/styles.css +++ b/styles.css @@ -145,7 +145,7 @@ header p.lead { /* Canvas for Chart.js */ #statsChart { max-width: 100%; - height: auto; + height: 400px; /* Define a fixed height to ensure visibility */ } /* ========================= */ @@ -286,3 +286,15 @@ input, textarea { transition: all 0.3s ease; } + +/* ========================= */ +/* Map Section Styling */ +/* ========================= */ + +/* Ensure the map container is responsive */ +#map { + width: 100%; + height: 500px; /* Ensure the map has a height */ + border-radius: 5px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); +}