- request 5-6 ok for tournament
This commit is contained in:
Kum1ta
2024-10-20 18:07:45 +02:00
parent 02bd95dceb
commit 1b6b921cbc
6 changed files with 147 additions and 33 deletions

View File

@ -26,7 +26,6 @@
align-items: center;
width: 100%;
height: 100px;
margin-bottom: 20px;
}
#tournamentPage #actuality-tournament {
@ -54,7 +53,7 @@
#tournamentPage .right{
padding: 82px;
padding-top: 250px;
padding-top: 350px;
/* width: 50%; */
height: 100%;
}
@ -322,4 +321,8 @@
#tournamentPage .buttonStartGame:hover {
transform: scale(1.1);
}
.nameText {
position: absolute;
}