/* Charts */ .chart-container { display: flex; /* height: 600px; */ aspect-ratio: 1 / 1; } .chart { display: flex; height: 100%; width: 100%; }