diff --git a/webapp/src/components/Game/GameBoard.css b/webapp/src/components/Game/GameBoard.css index e69de29..8a8d0f5 100644 --- a/webapp/src/components/Game/GameBoard.css +++ b/webapp/src/components/Game/GameBoard.css @@ -0,0 +1,3 @@ +.game-board .board { + padding: 5px; +} \ No newline at end of file diff --git a/webapp/src/components/Game/Player.css b/webapp/src/components/Game/Player.css index 7e79ced..549182a 100644 --- a/webapp/src/components/Game/Player.css +++ b/webapp/src/components/Game/Player.css @@ -8,8 +8,6 @@ .player select { border-radius: 5px; border: 0.5px solid darkgrey; - - margin: 4px; } .player select:hover {