diff --git a/frontend/public/game.js b/frontend/public/game.js
index e7f0b77..4d1a861 100644
--- a/frontend/public/game.js
+++ b/frontend/public/game.js
@@ -43,7 +43,7 @@ function preload() {
floorImage = loadImage(FLOOR_IMAGE_PATH);
}
function setup() {
- createCanvas(2000, 1000);
+ createCanvas(1085, 600);
floorHeight = height / 5;
setupObstacleConsts();
setupFont();
diff --git a/frontend/public/index.html b/frontend/public/index.html
index ead5f8f..fb663ea 100644
--- a/frontend/public/index.html
+++ b/frontend/public/index.html
@@ -10,8 +10,8 @@
<%= htmlWebpackPlugin.options.title %>
-
+