improve event-card link

This commit is contained in:
isUnknown 2024-09-04 16:09:25 +02:00
parent ff7557361b
commit 3ee87a6f04
2 changed files with 27 additions and 20 deletions

View file

@ -10,6 +10,10 @@
margin-bottom: calc(var(--space-m) / 2);
}
.event-card {
position: relative;
}
.event-card picture {
margin-bottom: calc(var(--space-m) / 2);
}
@ -19,6 +23,7 @@
}
.event-card__infos .ticket {
z-index: 0;
margin-top: 0.3rem;
}
@ -29,3 +34,9 @@
.event-card__infos > div:first-child {
margin-bottom: calc(var(--space-m) / 2);
}
.event-card__link::after {
content: "";
position: absolute;
inset: 0;
}