Fix : normalize borders
release-tag / release-image (push) Successful in 35s

This commit is contained in:
2024-05-19 21:49:58 +02:00
parent dcac9ecd56
commit ab975d499e
+2 -2
View File
@@ -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");
}