This commit is contained in:
2025-05-13 11:30:51 -07:00
parent b976045048
commit f298c5b203
3 changed files with 9 additions and 9 deletions

8
dist/app.css vendored
View File

@@ -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 {

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=e87e05bd26822b1fc6dae092decfb838",
"/app.css": "/app.css?id=65a23b6b0e5a589bee0891aa05b8e76c"
"/app.css": "/app.css?id=e9a602eaa1da36250d8645a164946905"
}

View File

@@ -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;