From 39c07f64426321c70dffb5ad998a5d39d49dc944 Mon Sep 17 00:00:00 2001 From: Allan Niles <74841470+allancoding@users.noreply.github.com> Date: Wed, 23 Feb 2022 10:08:16 -0700 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8396b48..443f428 100644 --- a/index.html +++ b/index.html @@ -134,7 +134,7 @@ document.getElementById('uploadf').style.display = "none"; document.getElementBy }(); }; var a = document.createElement('div'); - a.style = "width:60%;height:100%;max-width:100%"; + a.style = "width:65%;height:100%;max-width:100%"; var b = document.createElement('div'); b.id = 'game'; a.appendChild(b);