From ad7d7e1c85ee01550fd08c31e0c7d9b3af9c4bf5 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:35:59 -0600 Subject: [PATCH] canvas: fix margin gaps --- default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.css b/default.css index 5fbc040..fae15a4 100644 --- a/default.css +++ b/default.css @@ -59,7 +59,7 @@ body { height: 600px; align-items: center; justify-content: center; - display: flex; + margin: auto; } .cardStats {