From 94381b122d22a8e824ce821dc2df88af92e187f3 Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Thu, 27 Jul 2023 14:03:52 -0400 Subject: [PATCH] hotfix attempt --- index.html | 4 ++-- style.css | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d3b313f1..5fdf903e 100644 --- a/index.html +++ b/index.html @@ -12944,7 +12944,7 @@ for (var k = 0; k < b0.split(" AND ").length; k++) { var gameCanvas = document.getElementById("game"); // Get context var ctx = gameCanvas.getContext("2d"); - if (window.innerWidth < 600) { + if (window.innerWidth < 700) { var newWidth = Math.ceil(window.innerWidth / pixelSize) * pixelSize; var newHeight = Math.ceil(window.innerHeight*0.6 / pixelSize) * pixelSize; } @@ -13330,7 +13330,7 @@ for (var k = 0; k < b0.split(" AND ").length; k++) {

<

-
+

Loading...