fix expanded-nav background - brown light to beige

This commit is contained in:
isUnknown 2024-09-19 08:26:32 +02:00
parent a32f0fe843
commit 29f038ab3f
7 changed files with 18 additions and 4 deletions

View file

@ -23,6 +23,9 @@
margin-bottom: calc(var(--space-m) / 2);
}
.event-card__infos {
position: relative;
}
.event-card__infos > div a {
max-width: 85%;
}
@ -30,6 +33,10 @@
.event-card__infos .ticket {
z-index: 5;
margin-top: 0.3rem;
padding: 0.5rem;
position: absolute;
right: -0.5rem;
top: -0.5rem;
}
.event-card__infos > div {
@ -39,6 +46,7 @@
column-gap: 2vw;
}
.event-card__infos > div:first-child {
align-items: start;
margin-bottom: calc(var(--space-m) / 2);
}