@media (min-width: 1024px) {
  :root {
    --content-max-width: 750px;
    --sidebar-width: 400px;
  }
}

.plotly {
  width: 100%;
  height: 60vh;
}