Add spacing below score cube canvas

This commit is contained in:
Christian Semmler 2026-01-31 13:52:11 -08:00
parent 960a4c078e
commit 257ebd9d58

View File

@ -173,6 +173,7 @@
canvas { canvas {
cursor: pointer; cursor: pointer;
border-radius: 8px; border-radius: 8px;
margin-bottom: 12px;
} }
canvas.hidden { canvas.hidden {