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
committed by Janis
parent c220e54bb8
commit 1496179a6b
3 changed files with 6 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
@navbar(user)
<main class="lobby-background flex-grow-1">
<div class="w-50 mx-auto">
<div class="mt-3">
<div class="w-50 mx-auto">
<label for="lobbyname" class="form-label">Lobby-Name</label>
<input type="text" class="form-control" id="lobbyname" name="lobbyname" placeholder="Lobby 1" required>
</div>