This commit is contained in:
2025-05-06 11:13:06 -07:00
parent d1526d7c05
commit 44219fceb8
6 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
.team-members-top {
}
.team-members {
.team-members-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
.team-member {
border: 1px solid $c-borderGrey;
border-radius: 10px;
}
}
}