The new UI-project is developing startpage has got right texts and list of Tournaments is showing up

This commit is contained in:
2020-05-03 22:52:11 +02:00
parent ad209b7b5b
commit 9957004b80
9 changed files with 71 additions and 69 deletions

View File

@ -22,3 +22,15 @@ select,
textarea {
max-width: 280px;
}
.tourney-display {
margin-left: 20px;
}
.tourney-display > li {
margin-bottom:10px;
}
.tourney-display > li > a {
font-size: 20px;
}