improve event-card link
This commit is contained in:
parent
ff7557361b
commit
3ee87a6f04
2 changed files with 27 additions and 20 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue