This commit is contained in:
2025-05-06 11:58:11 -07:00
parent 024a0c9d35
commit 5ae9857874
3 changed files with 17 additions and 29 deletions

View File

@@ -12,25 +12,18 @@
}
}
.team-members {
.team-members-wrapper {
.team-member {
.team-member-intro-bar {
background-color: $c-navy;
color: $c-white;
display: flex;
flex-wrap: wrap;
height: 394px;
justify-content: space-between;
.team-member {
border: 1px solid $c-borderGrey;
border-radius: 10px;
max-width: 593px;
padding: 1rem;
.left {
width: calc(33% - 0.5rem);
a {
display: block;
}
}
img {
height: 100%;
display: block;
border-right: 160px solid $c-tan;
}
}
}