This commit is contained in:
2025-05-13 15:32:30 -07:00
parent 39c0fcf191
commit 0fc14b3929
3 changed files with 3 additions and 3 deletions

2
dist/app.css vendored
View File

@@ -12659,7 +12659,7 @@ section.large-quote .quote p.attribution {
} }
.single-team-member .team-member .bio-wrapper .right h2, .single-team-member .team-member .bio-wrapper .right .h2 { .single-team-member .team-member .bio-wrapper .right h2, .single-team-member .team-member .bio-wrapper .right .h2 {
font-size: 50px; font-size: 50px;
line-height: 32px; line-height: 50px;
color: #063C5A; color: #063C5A;
margin-bottom: 2rem; margin-bottom: 2rem;
} }

View File

@@ -1,4 +1,4 @@
{ {
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e", "/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
"/app.css": "/app.css?id=0f70692fd6e38059dcd498f9cab3fab2" "/app.css": "/app.css?id=75e4f933f1eed53310d82e6d53b23a15"
} }

View File

@@ -87,7 +87,7 @@
h2 { h2 {
@extend .goudy; @extend .goudy;
font-size: 50px; font-size: 50px;
line-height: 32px; line-height: 50px;
color: $c-navy; color: $c-navy;
margin-bottom: 2rem; margin-bottom: 2rem;
} }