This commit is contained in:
2025-05-07 14:53:48 -07:00
parent e417b52211
commit 999ee8ffc2
4 changed files with 24 additions and 2 deletions

12
dist/app.css vendored
View File

@@ -12033,7 +12033,7 @@ a {
text-decoration: none;
}
.goudy, .team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2, section.flex-5050-cta h2, section.flex-5050-cta .h2, section.multiblock-callout h2, section.multiblock-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2, .intro_block h1, .team-member-top h1, .team-members-top h1, .intro_block .h1, .team-member-top .h1, .team-members-top .h1 {
.goudy, .team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2, section.grid-callout h2, section.grid-callout .h2, section.flex-5050-cta h2, section.flex-5050-cta .h2, section.multiblock-callout h2, section.multiblock-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2, .intro_block h1, .team-member-top h1, .team-members-top h1, .intro_block .h1, .team-member-top .h1, .team-members-top .h1 {
font-family: "Goudy Bookletter 1911", serif;
}
@@ -12201,6 +12201,16 @@ section.flex-5050-cta h2, section.flex-5050-cta .h2 {
margin-bottom: 3rem;
}
section.grid-callout {
padding: 5rem 0;
}
section.grid-callout h2, section.grid-callout .h2 {
color: #063C5A;
font-size: 70px;
line-height: 70px;
margin-bottom: 3rem;
}
.team-members .team-members-wrapper {
display: flex;
flex-wrap: wrap;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
"/app.css": "/app.css?id=b7f80c707cd66ce6665e4358486c5721"
"/app.css": "/app.css?id=e5a90d22eb5caff432964c7b6882b8c2"
}

View File

@@ -11,6 +11,7 @@
@import "flex-text-over-image-b";
@import "flex-multiblock-callout";
@import "flex-5050-cta";
@import "flex-grid-callout";
@import "team-members";
@import "team-member";

View File

@@ -0,0 +1,11 @@
section.grid-callout {
padding: 5rem 0;
h2 {
@extend .goudy;
color: $c-navy;
font-size: 70px;
line-height: 70px;
margin-bottom: 3rem;
}
}