tidy up footer font sizes etc

This commit is contained in:
elisejakob
2024-05-10 20:16:15 +02:00
parent d235d3548a
commit e6e0413ee0
3 changed files with 30 additions and 5 deletions

View File

@ -4,6 +4,11 @@
align-items: flex-end;
padding: var(--spacing-sitepadding);
background: var(--color-background-secondary);
button {
font-size: var(--font-size-caption);
background: var(--color-neufPink);
}
}
.contactList {
@ -17,4 +22,17 @@
.contactItem {
list-style: none;
grid-column: span 3;
h2 {
margin-bottom: 1em;
}
ul {
list-style: none;
}
ul,
p {
font-size: var(--font-size-caption);
}
}