This commit is contained in:
2025-05-07 16:00:26 -07:00
parent 7581c1d984
commit 2a2b73c6a3
3 changed files with 44 additions and 27 deletions

View File

@@ -1,24 +1,34 @@
.team-members-top {
@extend .intro_block;
}
.post-type-archive-team-member {
.team-members-top {
@extend .intro_block;
}
.team-members {
.team-members-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
.team-members {
h2 {
@extend .goudy;
color: $c-navy;
margin-top: 6rem;
margin-bottom: 4rem;
font-size: 70px;
line-height: 70px;
}
.team-members-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
.team-member {
border: 1px solid $c-borderGrey;
border-radius: 10px;
max-width: 593px;
padding: 1rem;
.team-member {
border: 1px solid $c-borderGrey;
border-radius: 10px;
max-width: 593px;
padding: 1rem;
.left {
width: calc(33% - 0.5rem);
.left {
width: calc(33% - 0.5rem);
a {
display: block;
a {
display: block;
}
}
}
}