tweak upcoming design, use bgpig on event pages

This commit is contained in:
elisejakob
2024-05-23 00:00:33 +02:00
parent 259307c550
commit f22b110bf0
8 changed files with 54 additions and 31 deletions

View File

@ -91,6 +91,28 @@ h6 {
letter-spacing: .05em;
}
.circlehead {
font-size: var(--font-size-caption);
font-weight: 700;
text-transform: uppercase;
letter-spacing: .05em;
.circle {
display: inline-block;
vertical-align: middle;
width: 1rem;
height: 1rem;
margin-bottom: .16rem;
margin-right: .5rem;
border-radius: 1rem;
background: var(--color-goldenOrange);
&:last-of-type {
margin-right: .75rem;
}
}
}
.breadcrumb {
display: block;
font-weight: 500;
@ -110,7 +132,7 @@ button,
border: none;
padding: .5rem 1rem;
margin: 0 0 .5rem;
font-family: inherit;
font-family: var(--font-main);
font-size: var(--font-size-body);
font-weight: 500;
text-decoration: none;