From 8e839e4efd9d6d228458007bd6f5611727b92816 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:40:22 -0600 Subject: [PATCH] canvas: fix the canvas element usage of space --- default.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default.css b/default.css index fae15a4..77350ef 100644 --- a/default.css +++ b/default.css @@ -10,6 +10,10 @@ body { padding-top: 80px; } +canvas { + margin: auto; +} + #navigation { background: #dce0e8; display: flex;