From ed7beb50a53f3977a797bd8109d09dbba5823a32 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Tue, 7 Mar 2023 22:54:48 -0500 Subject: [PATCH] 100% container width --- client/src/styles/game.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/styles/game.css b/client/src/styles/game.css index c63abea..c0fb561 100644 --- a/client/src/styles/game.css +++ b/client/src/styles/game.css @@ -64,7 +64,7 @@ flex-direction: row; flex-wrap: wrap; display: flex; - width: 95%; + width: 100%; margin: 1em auto 140px auto; }