tidy up footer font sizes etc
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user