This commit is contained in:
2025-05-13 15:33:47 -07:00
parent 0fc14b3929
commit 7211c18c72
3 changed files with 27 additions and 1 deletions

View File

@@ -5,6 +5,9 @@
.team-member {
margin-top: -162px;
@include media-breakpoint-down(md) {
height: -150px;
}
.content-wrapper {
background-color: $c-offWhiteLight;
@@ -19,6 +22,10 @@
justify-content: space-between;
align-items: center;
@include media-breakpoint-down(md) {
height: 300px;
}
.text {
padding-left: 2rem;
@@ -50,6 +57,10 @@
@include media-breakpoint-down(lg) {
border-right: 80px solid $c-tan;
}
@include media-breakpoint-down(md) {
border-right: 60px solid $c-tan;
}
}
img {