front: player css fix

This commit is contained in:
djmil 2023-10-27 11:33:15 +02:00
parent 10d78d440f
commit 1ea6d22286
2 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1,3 @@
.game-board .board {
padding: 5px;
}

View File

@ -8,8 +8,6 @@
.player select { .player select {
border-radius: 5px; border-radius: 5px;
border: 0.5px solid darkgrey; border: 0.5px solid darkgrey;
margin: 4px;
} }
.player select:hover { .player select:hover {