[pongwars] fix css sizing

This commit is contained in:
dogeystamp 2024-03-09 14:45:23 -05:00
parent 470c4e5bd7
commit 7cc175e353
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -21,7 +21,7 @@
#container { #container {
display: flex; display: flex;
width: 100%; width: 100%;
max-width: 1000px; max-width: 2000px;
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
height: 100%; height: 100%;
@ -31,7 +31,7 @@
display: block; display: block;
border-radius: 4px; border-radius: 4px;
overflow: hidden; overflow: hidden;
max-width: 150%; max-width: 90%;
margin-top: auto; margin-top: auto;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
} }