From 8dfb096907a41979f54012bb7697642a6bca0dd4 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Tue, 13 Dec 2022 21:43:09 -0500 Subject: [PATCH] fix class name for CSS rule --- 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 4b15e78..b667334 100644 --- a/client/src/styles/game.css +++ b/client/src/styles/game.css @@ -589,7 +589,7 @@ canvas { border-radius: 3px; } -.player-actions-buttons { +.player-action-buttons { justify-content: flex-end; }