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

@ -73,6 +73,13 @@ h6 {
line-height: 1.2;
}
.suphead {
font-size: var(--font-size-caption);
font-weight: 700;
text-transform: uppercase;
letter-spacing: .05em;
}
button {
border-radius: 10rem;
background: var(--color-cta);
@ -80,7 +87,7 @@ button {
border: none;
padding: 1rem 1.5rem;
font-family: inherit;
font-size: inherit;
font-size: var(--font-size-body);
font-weight: 500;
transition: opacity var(--transition-easing);
cursor: pointer;