body {
  min-height: 100vh;
}

.chart-box {
  height: 280px;
}

@media (min-width: 768px) {
  .chart-box {
    height: 340px;
  }
}
