This commit is contained in:
2025-05-06 12:35:50 -07:00
parent 8559f11fc8
commit 76b83a7153
5 changed files with 19 additions and 3 deletions

View File

@@ -15,12 +15,21 @@
.team-member {
margin-top: -197px;
.content-wrapper {
background-color: $c-offWhiteLight;
}
.team-member-intro-bar {
background-color: $c-navy;
color: $c-white;
display: flex;
height: 394px;
justify-content: space-between;
align-items: center;
.text {
padding-left: 2rem;
}
img {
height: 100%;