Make canvas use all the space it can use.

This commit is contained in:
Jean-Philip Desjardins 2025-02-10 11:36:46 -05:00
parent 1e7926fc81
commit 1ebd24b869

View file

@ -49,6 +49,11 @@ span.stats {
float: right;
}
canvas {
aspect-ratio: 4 / 3;
width: 100%
}
.global-row {
display: flex;
}