mess around with footer + misc adjustments on event header and venue item

This commit is contained in:
elise
2024-08-07 23:55:46 +02:00
parent 7c8f7b7377
commit 0dd6898c38
8 changed files with 56 additions and 29 deletions

View File

@ -6,6 +6,16 @@
z-index: 700;
font-size: var(--font-size-caption);
overflow: hidden;
h2 {
font-family: var(--font-serif);
font-weight: 400;
font-size: var(--font-size-h3);
}
h3 {
margin-bottom: 1em;
}
}
.contactList {
@ -20,10 +30,6 @@
list-style: none;
grid-column: span 4;
h2 {
margin-bottom: 1em;
}
ul {
list-style: none;
}
@ -90,8 +96,7 @@
}
.emailLink {
font-family: var(--font-serif);
font-size: var(--font-size-lead);
font-size: var(--font-size-caption);
}
.pig {