Update styles.css
Browse files- styles.css +1 -1
styles.css
CHANGED
@@ -141,7 +141,7 @@ body {
|
|
141 |
|
142 |
/* Large chart container */
|
143 |
.main-chart-container {
|
144 |
-
height:
|
145 |
width: 100%;
|
146 |
margin-bottom: 20px; /* Remove bottom margin to avoid extra space */
|
147 |
position: relative; /* Enable proper positioning context */
|
|
|
141 |
|
142 |
/* Large chart container */
|
143 |
.main-chart-container {
|
144 |
+
height: 600px;
|
145 |
width: 100%;
|
146 |
margin-bottom: 20px; /* Remove bottom margin to avoid extra space */
|
147 |
position: relative; /* Enable proper positioning context */
|