.chart-container { width: 100%; height: 50vh; } @media only screen and (orientation: landscape) { .chart-container { width: 100%; height: 100vh; } }