From 0d77c8a5d151ef567971070e6800e226ff2870ac Mon Sep 17 00:00:00 2001 From: Voxel Date: Thu, 13 Mar 2025 15:42:52 -0400 Subject: [PATCH] Update index.html --- assets/games/whg/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/games/whg/index.html b/assets/games/whg/index.html index 80dabdf..3d0a47d 100644 --- a/assets/games/whg/index.html +++ b/assets/games/whg/index.html @@ -9,8 +9,8 @@ html, body { margin: 0; padding: 0; - width: 150%; - height: 150%; + width: 100%; + height: 100%; overflow: hidden; display: flex; justify-content: center;