diff --git a/assets/games/whg/index.html b/assets/games/whg/index.html index 1cbeb66..43b398a 100644 --- a/assets/games/whg/index.html +++ b/assets/games/whg/index.html @@ -12,15 +12,18 @@ width: 100%; height: 100%; overflow: hidden; + display: flex; + justify-content: center; + align-items: center; + background-color: black; } embed { width: 100vw; height: 100vh; - display: block; } - +