fix expanded-nav background - brown light to beige
This commit is contained in:
parent
a32f0fe843
commit
29f038ab3f
7 changed files with 18 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue