Split combined trade-fair bookmark links and add shared-ticket notes

This commit is contained in:
2026-02-21 20:02:43 +01:00
parent 758ffd158f
commit 4b1e935000
2 changed files with 79 additions and 26 deletions

View File

@@ -1944,6 +1944,18 @@ h1 {
text-align: left;
}
.bookmark-subpage__messe-links {
display: inline-flex;
flex-wrap: wrap;
align-items: center;
row-gap: 2px;
}
.bookmark-subpage__messe-separator {
color: #6b7280;
margin: 0 2px;
}
.bookmark-subpage__messe-link:hover {
color: #1d4ed8;
}