tournament 4 players offline finish

This commit is contained in:
2024-05-05 09:41:41 +02:00
parent 7971222c50
commit e4fd6dcea5
3 changed files with 161 additions and 31 deletions

View File

@ -13,7 +13,11 @@
font-size: 40px;
}
#up1, #down1 {
position: relative;
}
#up2, #down2 {
position: relative;
float: right;
left: calc(420px - (60px * 3));
}