Reduce size of footer column headings

This commit is contained in:
Tom Byers
2019-12-30 14:17:23 +00:00
parent 62fbc07bff
commit 8291378ee2

View File

@@ -37,3 +37,8 @@
}
}
// Make column headings smaller to prevent wrapping
.govuk-footer__heading {
@include govuk-font($size: 19, $weight: bold);
}