diff --git a/styles.css b/styles.css index 82bfaca..db3e64a 100644 --- a/styles.css +++ b/styles.css @@ -313,8 +313,13 @@ body { /* Add responsive design for smaller screens */ @media (max-width: 1200px) { + .chart-wrapper { + width: 60%; + } + #details-box { - max-width: 300px; + width: 38%; + min-width: 340px; } }