Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit30swgoh authored Sep 25, 2024
1 parent 3ba0cf5 commit bb2f52e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}

/* ========================= */
Expand Down Expand Up @@ -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);
}

0 comments on commit bb2f52e

Please sign in to comment.