From eaab438b638c4a93528f00994a0aa8c2254d7f48 Mon Sep 17 00:00:00 2001 From: Daithi Hearn Date: Thu, 19 Jan 2023 17:28:53 +0100 Subject: [PATCH] Styling improvements for mobile --- src/components/Game/PlayersAndCards.tsx | 2 +- src/pages/Game/_game.scss | 15 +++++++++++++-- src/scss/_custom.scss | 1 - 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/components/Game/PlayersAndCards.tsx b/src/components/Game/PlayersAndCards.tsx index 6dcde26..7742d55 100644 --- a/src/components/Game/PlayersAndCards.tsx +++ b/src/components/Game/PlayersAndCards.tsx @@ -22,7 +22,7 @@ const PlayersAndCards = () => { return ( - + {sortedPlayers.map(player => (