feat(ui): changed Background color, centered Lobby

Added a background color for the mainmenu and the lobby + centered lobby
This commit is contained in:
LQ63
2025-11-09 16:34:47 +01:00
parent b847d3c054
commit a71752df2f
7 changed files with 91 additions and 96 deletions

View File

@@ -3,6 +3,7 @@
@(player: de.knockoutwhist.player.AbstractPlayer, gamelobby: logic.game.GameLobby)
@main("Ingame") {
<main class="game-field-background vh-100">
<div class="py-5 ms-4 me-4">
<div class="row ms-4 me-4">
@@ -67,4 +68,5 @@
</div>
</div>
</div>
</main>
}