From 15c3318bd5722d49299f957adb45441c6f9107ac Mon Sep 17 00:00:00 2001 From: Flashfyre Date: Mon, 10 Apr 2023 23:24:16 -0400 Subject: [PATCH] Center game canvas --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 32cedeb5a..4516b63d6 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,11 @@ margin: 0; background: #484050; } + + #app { + display: flex; + justify-content: center; + }