add ticket animation / link
This commit is contained in:
parent
be549bba16
commit
8a1f9370dd
11 changed files with 89 additions and 7 deletions
|
|
@ -5,3 +5,19 @@
|
|||
.events-grid h4 {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.event-card picture {
|
||||
margin-bottom: calc(var(--space-m) / 2);
|
||||
}
|
||||
|
||||
.event-card__infos > div {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
.event-card__infos > div:first-child {
|
||||
margin-bottom: calc(var(--space-m) / 2);
|
||||
}
|
||||
|
||||
.event-card__infos > div > *:not(h5):last-child {
|
||||
place-self: end;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue