From 27a392631f64dffa0404e269ec62513149d68679 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Sat, 31 Dec 2022 11:21:23 -0500 Subject: [PATCH] remove css rule --- client/src/styles/game.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/styles/game.css b/client/src/styles/game.css index 8cd59b5..5210922 100644 --- a/client/src/styles/game.css +++ b/client/src/styles/game.css @@ -459,11 +459,9 @@ label[for='moderator'] { box-shadow: 0 -6px 15px rgb(0 0 0 / 50%); bottom: 0; border-radius: 5px; - /* width: fit-content; */ font-size: 20px; height: 100px; margin: 0 auto; - max-width: 100%; background-color: #1b1a24; width: 100%; }