WIP
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user