Create basic structure to show turniermeldungen

This commit is contained in:
2024-01-14 11:54:58 +01:00
parent c63dac6e7f
commit a793d2da87
2 changed files with 42 additions and 0 deletions

View File

@@ -924,6 +924,25 @@ table.time {
}
}
.turnier-details {
.title {
font-weight: 600;
}
.turnier {
font-weight: bold;
.nummer {
font-weight: normal;
font-style: italic;
}
}
.verein {
margin: 20px 0 0;
}
.contact {
font-style: italic;
}
}
.iframe-generic {
display: block;
width: 100%;