2024-07-31 07:19:10 +02:00
|
|
|
.events-grid {
|
|
|
|
|
padding: var(--space-m);
|
|
|
|
|
}
|
2024-07-30 19:03:01 +02:00
|
|
|
|
2024-07-31 07:19:10 +02:00
|
|
|
.events-grid h4 {
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
}
|
2024-07-31 07:59:51 +02:00
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|