Update index.html

This commit is contained in:
Allan Niles 2022-02-23 10:08:16 -07:00 committed by GitHub
parent 76b4708b3b
commit 39c07f6442
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ document.getElementById('uploadf').style.display = "none"; document.getElementBy
}(); }();
}; };
var a = document.createElement('div'); 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'); var b = document.createElement('div');
b.id = 'game'; b.id = 'game';
a.appendChild(b); a.appendChild(b);