This commit is contained in:
2025-05-07 15:58:02 -07:00
parent 4fbb2668f8
commit 7581c1d984
3 changed files with 85 additions and 83 deletions

View File

@@ -1,74 +1,76 @@
.team-member-top {
@extend .intro_block;
}
.team-member {
margin-top: -162px;
.content-wrapper {
background-color: $c-offWhiteLight;
.single-team-member {
.team-member-top {
@extend .intro_block;
}
.team-member-intro-bar {
background-color: $c-navy;
color: $c-white;
display: flex;
height: 394px;
justify-content: space-between;
align-items: center;
.team-member {
margin-top: -162px;
.text {
padding-left: 2rem;
.content-wrapper {
background-color: $c-offWhiteLight;
}
h2 {
font-size: 48px;
line-height: 49px;
font-weight: 600;
.team-member-intro-bar {
background-color: $c-navy;
color: $c-white;
display: flex;
height: 394px;
justify-content: space-between;
align-items: center;
span {
.text {
padding-left: 2rem;
h2 {
font-size: 48px;
line-height: 49px;
font-weight: 600;
span {
display: block;
font-size: 28px;
}
}
}
.image {
height: 100%;
}
img {
height: 100%;
display: block;
border-right: 160px solid $c-tan;
}
}
.bio-wrapper {
padding: 0 3rem;
.left {
padding-top: 4rem;
a {
display: block;
font-size: 28px;
}
}
.right {
padding-top: 4rem;
padding-right: 2rem;
padding-bottom: 8rem;
strong {
color: $c-navy;
}
h2 {
@extend .goudy;
font-size: 50px;
line-height: 32px;
color: $c-navy;
margin-bottom: 2rem;
}
}
}
.image {
height: 100%;
}
img {
height: 100%;
display: block;
border-right: 160px solid $c-tan;
}
}
.bio-wrapper {
padding: 0 3rem;
.left {
padding-top: 4rem;
a {
display: block;
}
}
.right {
padding-top: 4rem;
padding-right: 2rem;
padding-bottom: 8rem;
strong {
color: $c-navy;
}
h2 {
@extend .goudy;
font-size: 50px;
line-height: 32px;
color: $c-navy;
margin-bottom: 2rem;
}
}
}
}