fix card image height
This commit is contained in:
parent
0aae5777fb
commit
06a2e81c66
3 changed files with 8 additions and 8 deletions
|
|
@ -15,6 +15,7 @@
|
|||
}
|
||||
|
||||
.event-card picture {
|
||||
height: calc(((100vw - 9 * var(--space-m)) / 12) * var(--span));
|
||||
margin-bottom: calc(var(--space-m) / 2);
|
||||
}
|
||||
|
||||
|
|
@ -23,7 +24,7 @@
|
|||
}
|
||||
|
||||
.event-card__infos .ticket {
|
||||
z-index: 0;
|
||||
z-index: 5;
|
||||
margin-top: 0.3rem;
|
||||
}
|
||||
|
||||
|
|
@ -35,8 +36,8 @@
|
|||
margin-bottom: calc(var(--space-m) / 2);
|
||||
}
|
||||
|
||||
.event-card__link::after {
|
||||
content: "";
|
||||
.event-card__link {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue