diff --git a/src/components/heading/heading.scss b/src/components/heading/heading.scss index 20830bab69040fd15609de39207991767eefb796..abf53e047526e59467bd89b967371a4a0449a34c 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; }