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);
}