event page progress, make separate details component and move some stuff around

This commit is contained in:
elise
2024-08-07 21:21:02 +02:00
parent 8c5a9ad132
commit 6d3581886f
10 changed files with 150 additions and 135 deletions

View File

@ -327,4 +327,17 @@ select {
.page-header-small {
max-width: var(--size-width-p);
margin: 0 auto 1rem;
}
.tag {
display: inline-block;
border-radius: 10rem;
background: var(--color-goldenBeige);
color: var(--color-deepBrick);
padding: 0 .7em;
margin: 0 .4em var(--spacing-s) 0;
font-family: var(--font-main);
font-size: var(--font-size-caption);
font-weight: 500;
text-decoration: none;
}