This commit is contained in:
2025-05-07 08:41:11 -07:00
parent ff7be4a057
commit 47d955e79c
3 changed files with 12 additions and 1 deletions

5
dist/app.css vendored
View File

@@ -12116,6 +12116,11 @@ a {
}
.team-member .bio-wrapper .right {
padding-top: 4rem;
padding-right: 2rem;
padding-bottom: 8rem;
}
.team-member .bio-wrapper .right strong {
color: #063C5A;
}
.team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2 {
font-size: 50px;

View File

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

View File

@@ -68,6 +68,12 @@
.right {
padding-top: 4rem;
padding-right: 2rem;
padding-bottom: 8rem;
strong {
color: $c-navy;
}
h2 {
@extend .goudy;