This commit is contained in:
2025-05-07 08:35:14 -07:00
parent 242a0279f1
commit 945245ccc5
4 changed files with 32 additions and 12 deletions

View File

@@ -17,12 +17,6 @@
.content-wrapper {
background-color: $c-offWhiteLight;
.left {
a {
display: block;
}
}
}
.team-member-intro-bar {
@@ -58,4 +52,22 @@
border-right: 160px solid $c-tan;
}
}
.bio-wrapper {
padding: 2rem;
.left {
a {
display: block;
}
}
.right {
h2 {
@extend .goudy;
font-size: 50px;
line-height: 32px;
color: $c-navy;
}
}
}
}