fix event-card ticket

This commit is contained in:
isUnknown 2024-09-20 16:31:57 +02:00
parent 9dbf57640d
commit be37ab345a
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@
}
.event-card__infos .ticket {
position: absolute;
position: relative;
z-index: 5;
margin-top: 0.3rem;
padding: 0.5rem;

View file

@ -1144,7 +1144,7 @@ a.to-blank:hover > .ticket svg path.dot {
}
.event-card__infos .ticket {
position: absolute;
position: relative;
z-index: 5;
margin-top: 0.3rem;
padding: 0.5rem;