diff --git a/src/components/navigation/footer/footer.module.css b/src/components/navigation/footer/footer.module.css index 2d70242fd..3138abf7f 100644 --- a/src/components/navigation/footer/footer.module.css +++ b/src/components/navigation/footer/footer.module.css @@ -72,4 +72,5 @@ font-family: var(--font-britti-sans) !important; font-size: 2rem !important; font-weight: 400 !important; + white-space: normal; } diff --git a/src/components/text/text.module.css b/src/components/text/text.module.css index d30fe116c..c8b0f3e04 100644 --- a/src/components/text/text.module.css +++ b/src/components/text/text.module.css @@ -37,9 +37,9 @@ } .h2 { - font-size: 2.5625rem; - font-weight: 500; - line-height: 110%; + font-size: 3rem; + font-weight: 600; + line-height: 120%; } .h3 {