WIP
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
@include media-breakpoint-down(md) {
|
||||
height: -150px;
|
||||
}
|
||||
@include media-breakpoint-down(sm) {
|
||||
height: -125px;
|
||||
}
|
||||
|
||||
.content-wrapper {
|
||||
background-color: $c-offWhiteLight;
|
||||
@@ -25,6 +28,9 @@
|
||||
@include media-breakpoint-down(md) {
|
||||
height: 300px;
|
||||
}
|
||||
@include media-breakpoint-down(sm) {
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
.text {
|
||||
padding-left: 2rem;
|
||||
@@ -37,6 +43,7 @@
|
||||
span {
|
||||
display: block;
|
||||
font-size: 28px;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(lg) {
|
||||
@@ -44,6 +51,16 @@
|
||||
line-height: 39px;
|
||||
span {
|
||||
font-size: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
font-size: 30px;
|
||||
line-height: 30px;
|
||||
span {
|
||||
font-size: 18px;
|
||||
line-height: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -61,6 +78,10 @@
|
||||
@include media-breakpoint-down(md) {
|
||||
border-right: 60px solid $c-tan;
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
border-right: 10px solid $c-tan;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
|
||||
Reference in New Issue
Block a user