aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/pages/History/Statistics/HistoryStats.module.scss
blob: 3c7c04e10f936d0af1456b71273271cc0800b365 (plain)
1
2
3
4
5
6
7
8
9
.container {
  display: flex;
  flex-direction: column;
  height: calc(100vh - $header-height);
}

.chart {
  height: 90%;
}