nouveau-theatre-de-besancon/assets/css/src/events-grid.css

32 lines
528 B
CSS
Raw Normal View History

.events-grid {
--padding-vertical: calc(var(--space-m) / 2);
}
2024-07-30 19:03:01 +02:00
2024-08-28 11:28:22 +02:00
.collapsable-sections + .events-grid {
border-top: none;
}
.events-grid h4 {
margin-bottom: calc(var(--space-m) / 2);
}
2024-07-31 07:59:51 +02:00
.event-card picture {
margin-bottom: calc(var(--space-m) / 2);
}
2024-07-31 12:09:03 +02:00
.event-card__infos > div a {
max-width: 85%;
2024-07-31 11:20:08 +02:00
}
.event-card__infos .ticket {
margin-top: 0.3rem;
}
2024-07-31 07:59:51 +02:00
.event-card__infos > div {
2024-07-31 11:20:08 +02:00
display: flex;
justify-content: space-between;
2024-07-31 07:59:51 +02:00
}
.event-card__infos > div:first-child {
margin-bottom: calc(var(--space-m) / 2);
}