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