Create basic structure for list of Turniermeldungen

This commit is contained in:
2024-01-13 22:51:08 +01:00
parent 5b8cb1031e
commit 644156e1d8
4 changed files with 66 additions and 1 deletions

View File

@@ -905,6 +905,25 @@ table.time {
}
}
.turniermeldung-list {
.turniermeldung {
display: flex;
.date {
font-weight: bold;
flex: auto 0 0;
}
.ort {
margin: 0 0 0 10px;
flex: auto 1 0;
a {
width: 100%;
height: 100%;
}
}
}
}
.iframe-generic {
display: block;
width: 100%;