diff --git a/dist/app.css b/dist/app.css index cbd071e..6f88fd0 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12038,8 +12038,8 @@ a { } .headline-xl, .intro_block h1, .single-team-member .team-member-top h1, .post-type-archive-team-member .team-members-top h1, .intro_block .h1, .single-team-member .team-member-top .h1, .post-type-archive-team-member .team-members-top .h1 { - font-size: 40px; - line-height: 40px; + font-size: 55px; + line-height: 55px; } @media (min-width: 768px) { .headline-xl, .intro_block h1, .single-team-member .team-member-top h1, .post-type-archive-team-member .team-members-top h1, .intro_block .h1, .single-team-member .team-member-top .h1, .post-type-archive-team-member .team-members-top .h1 { @@ -12049,8 +12049,8 @@ a { } .headline-lg, section.grid-callout h2, section.grid-callout .h2, section.side-by-side-text h2, section.side-by-side-text .h2 { - font-size: 35px; - line-height: 35px; + font-size: 40px; + line-height: 40px; } @media (min-width: 768px) { .headline-lg, section.grid-callout h2, section.grid-callout .h2, section.side-by-side-text h2, section.side-by-side-text .h2 { diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 8092783..14a0c55 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=e87e05bd26822b1fc6dae092decfb838", - "/app.css": "/app.css?id=65a23b6b0e5a589bee0891aa05b8e76c" + "/app.css": "/app.css?id=e9a602eaa1da36250d8645a164946905" } diff --git a/src/scss/global.scss b/src/scss/global.scss index f94cc71..2d3fc29 100644 --- a/src/scss/global.scss +++ b/src/scss/global.scss @@ -11,8 +11,8 @@ a { } .headline-xl { - font-size: 40px; - line-height: 40px; + font-size: 55px; + line-height: 55px; @include media-breakpoint-up(md) { font-size: 96px; @@ -21,8 +21,8 @@ a { } .headline-lg { - font-size: 35px; - line-height: 35px; + font-size: 40px; + line-height: 40px; @include media-breakpoint-up(md) { font-size: 70px;