31 lines
528 B
CSS
31 lines
528 B
CSS
.events-grid {
|
|
--padding-vertical: calc(var(--space-m) / 2);
|
|
}
|
|
|
|
.collapsable-sections + .events-grid {
|
|
border-top: none;
|
|
}
|
|
|
|
.events-grid h4 {
|
|
margin-bottom: calc(var(--space-m) / 2);
|
|
}
|
|
|
|
.event-card picture {
|
|
margin-bottom: calc(var(--space-m) / 2);
|
|
}
|
|
|
|
.event-card__infos > div a {
|
|
max-width: 85%;
|
|
}
|
|
|
|
.event-card__infos .ticket {
|
|
margin-top: 0.3rem;
|
|
}
|
|
|
|
.event-card__infos > div {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.event-card__infos > div:first-child {
|
|
margin-bottom: calc(var(--space-m) / 2);
|
|
}
|