diff --git a/components/GameBoard.vue b/components/GameBoard.vue index ab7f0bb..931d7d6 100644 --- a/components/GameBoard.vue +++ b/components/GameBoard.vue @@ -105,7 +105,7 @@ function showWinnerScreen() { #market { grid-area: market; background-image: url("/images/bg-sand.png"); - border-bottom: 5px solid black; + border-bottom: 3px solid black; ; } @@ -115,7 +115,7 @@ function showWinnerScreen() { #player_list { grid-area: player_list; - border-left: 5px solid black; + border-left: 3px solid black; height: 100%; background-image: url("/images/bg-darkgrass.png"); }