program / calendar - fix session go to event page

This commit is contained in:
isUnknown 2024-09-05 12:13:58 +02:00
parent 0c848b3194
commit 0aae5777fb
3 changed files with 11 additions and 8 deletions

View file

@ -116,8 +116,10 @@
}
.ticket-link {
position: relative;
display: flex;
align-items: center;
z-index: 1;
}
.ticket-link > figure {
@ -143,7 +145,6 @@
.session:hover {
background-color: var(--color);
cursor: pointer;
}
.session__info {