start footer

This commit is contained in:
isUnknown 2024-07-31 12:09:03 +02:00
parent 41a7b7b4cb
commit 1945557d93
21 changed files with 195 additions and 77 deletions

View file

@ -10,8 +10,8 @@
margin-bottom: calc(var(--space-m) / 2);
}
.event-card__infos h5 {
max-width: 95%;
.event-card__infos > div a {
max-width: 85%;
}
.event-card__infos .ticket {
@ -25,7 +25,3 @@
.event-card__infos > div:first-child {
margin-bottom: calc(var(--space-m) / 2);
}
.event-card__infos > div > *:not(h5):last-child {
/* place-self: end; */
}