Decrease canvas height slightly

This commit is contained in:
Torjus Håkestad 2021-04-11 01:04:17 +02:00
parent 03e6252fc3
commit 7ec29d0846

View File

@ -179,7 +179,7 @@ export default class StatsPie extends Vue {
canvas { canvas {
width: 70%; width: 70%;
height: auto; height: auto;
max-height: 70vmin; max-height: 60vmin;
} }
.stats-container { .stats-container {
align-content: center; align-content: center;