From 735a42d3c01cf8f7de2fd3eb9828bf2061fe3da7 Mon Sep 17 00:00:00 2001 From: shamalainen <sebastian@hamse.fi> Date: Mon, 8 Mar 2021 15:21:25 +0200 Subject: [PATCH] Update h2 sizing --- src/components/heading/heading.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/heading/heading.scss b/src/components/heading/heading.scss index 20830bab..abf53e04 100644 --- a/src/components/heading/heading.scss +++ b/src/components/heading/heading.scss @@ -148,7 +148,7 @@ h1.hy-heading__introduction { .hy-heading__container__common { h2.hy-heading__introduction, h2.hy-heading__landingsection { - @include breakpoint($extrawide) { + @include breakpoint($narrow) { @include font-size(34px, 40px); letter-spacing: -0.85px; } @@ -188,7 +188,7 @@ h1.hy-heading__introduction { .hy-heading__container__large { h2.hy-heading__introduction, h2.hy-heading__landingsection { - @include breakpoint($extrawide) { + @include breakpoint($narrow) { @include font-size(34px, 40px); letter-spacing: -0.85px; } -- GitLab