Skip to content

Commit

Permalink
Footer regression #196 (#197)
Browse files Browse the repository at this point in the history
use hardcoded pixels for font-size on blocks for non-v2 pages
  • Loading branch information
cogniSyb authored Oct 11, 2023
1 parent 0d3437c commit 4b03050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/footer/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}

.footer-list .footer__title {
font: var(--f-subtitle-1-font-size) / var(--f-subtitle-1-line-height) var(--ff-volvo-novum-medium);
font: 16px / var(--f-subtitle-1-line-height) var(--ff-volvo-novum-medium);
letter-spacing: var(--f-subtitle-1-letter-spacing);
border-top: 1px solid var(--border-color);
cursor: pointer;
Expand Down

0 comments on commit 4b03050

Please sign in to comment.