canvas: fix the canvas element usage of space

This commit is contained in:
Trianta 2024-11-25 18:40:22 -06:00
parent ad7d7e1c85
commit 8e839e4efd

View File

@ -10,6 +10,10 @@ body {
padding-top: 80px; padding-top: 80px;
} }
canvas {
margin: auto;
}
#navigation { #navigation {
background: #dce0e8; background: #dce0e8;
display: flex; display: flex;