diff --git a/static/css/game.css b/static/css/game.css index 2a3d921..d660f3c 100644 --- a/static/css/game.css +++ b/static/css/game.css @@ -61,7 +61,9 @@ display: flex; flex-direction: column; justify-content: space-around; - margin-right: 12px; + min-width: 95%; + max-width: 100%; + width: min-content; } .team {