From 7cc175e35396a4d6b9e4dbe0d842d89c83dc266d Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 9 Mar 2024 14:45:23 -0500 Subject: [PATCH] [pongwars] fix css sizing --- docs/pongwars/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pongwars/index.html b/docs/pongwars/index.html index 571757b..9929c42 100644 --- a/docs/pongwars/index.html +++ b/docs/pongwars/index.html @@ -21,7 +21,7 @@ #container { display: flex; width: 100%; - max-width: 1000px; + max-width: 2000px; align-items: center; flex-direction: column; height: 100%; @@ -31,7 +31,7 @@ display: block; border-radius: 4px; overflow: hidden; - max-width: 150%; + max-width: 90%; margin-top: auto; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }