This commit is contained in:
2025-05-07 10:11:18 -07:00
parent 09bc4a84b6
commit 8d8d6b1041
3 changed files with 17 additions and 2 deletions

9
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, .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.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;
}
@@ -12053,6 +12053,13 @@ a {
text-align: center;
}
section.side-by-side-text {
padding: 4rem;
}
section.side-by-side-text h2, section.side-by-side-text .h2 {
color: #063C5A;
}
.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=3a95efb602331bb2164c9983720d1768"
"/app.css": "/app.css?id=81574914912ab573b38915c439b2d2d0"
}

View File

@@ -0,0 +1,8 @@
section.side-by-side-text {
padding: 4rem;
h2 {
@extend .goudy;
color: $c-navy;
}
}