- update lobbyPage html
    - starting tournmament
Django
    - add new file with comments for explain
This commit is contained in:
Kum1ta
2024-10-01 15:17:58 +02:00
parent 709d0cb25a
commit a8863ad379
8 changed files with 201 additions and 8 deletions

View File

@ -222,6 +222,7 @@ body {
flex-direction: column;
margin-block: 25px;
max-width: 500px;
width: 400px;
font-size: 1.5rem;
}
@ -449,4 +450,9 @@ body {
align-items: center;
width: 100%;
height: 100%;
}
#tournamentCode {
width: 94%;
font-size: 0.8rem;
}