From 9cc06811ebaf0d2f42a1ebf5872e3055806b69cd Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Sat, 17 Dec 2022 15:18:34 -0500 Subject: [PATCH] fix type --- 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 5787330..c058c5e 100644 --- a/client/src/styles/game.css +++ b/client/src/styles/game.css @@ -642,7 +642,7 @@ canvas { text-shadow: 0 3px 4px rgb(0 0 0 / 55%); margin: 5px 0 5px 25px; width: 65px; - height: 2px; + height: 25px; } #game-link:hover {