From 3e44fe4d9b89c717e16ab1d51ab3c63ba97e9647 Mon Sep 17 00:00:00 2001 From: Voxel Date: Thu, 13 Mar 2025 15:41:32 -0400 Subject: [PATCH] Update index.html --- assets/games/whg/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/games/whg/index.html b/assets/games/whg/index.html index 43b398a..80dabdf 100644 --- a/assets/games/whg/index.html +++ b/assets/games/whg/index.html @@ -9,8 +9,8 @@ html, body { margin: 0; padding: 0; - width: 100%; - height: 100%; + width: 150%; + height: 150%; overflow: hidden; display: flex; justify-content: center; @@ -18,8 +18,8 @@ background-color: black; } embed { - width: 100vw; - height: 100vh; + width: 150vw; + height: 150vh; }