From 1b2544cc4bedc1cc16981bb96ab1a7e1d30fb9af Mon Sep 17 00:00:00 2001 From: Elijah Steres Date: Sat, 2 Jan 2021 21:41:00 -0500 Subject: [PATCH] my life is an endless series of one-line css changes now --- static/css/game.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {