From b3ca9eafd82b0d5bba046f3240b9fe82e42870c8 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Sun, 19 May 2024 21:46:08 +0200 Subject: [PATCH] Feat : add border to bottom of market --- components/GameBoard.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/GameBoard.vue b/components/GameBoard.vue index b82040c..ab7f0bb 100644 --- a/components/GameBoard.vue +++ b/components/GameBoard.vue @@ -105,6 +105,8 @@ function showWinnerScreen() { #market { grid-area: market; background-image: url("/images/bg-sand.png"); + border-bottom: 5px solid black; + ; } #current_player {