This commit is contained in:
2025-05-13 11:34:12 -07:00
parent 40eee10e03
commit 73e7cbc71f
4 changed files with 23 additions and 12 deletions

View File

@@ -3,6 +3,12 @@
background-size: cover;
padding-bottom: 4rem;
@include media-breakpoint-down(md) {
.col:last-of-type {
display: none;
}
}
.content-wrapper {
background-color: rgba($c-navy, 0.8);
transform: translateY(-1.25rem);
@@ -12,10 +18,4 @@
color: $c-white;
}
}
@include media-breakpoint-down(md) {
.col:last-of-type {
display: none;
}
}
}

View File

@@ -4,6 +4,12 @@
padding-top: 6rem;
padding-bottom: 20rem;
@include media-breakpoint-down(md) {
.col:first-of-type {
display: none;
}
}
.content-wrapper {
.content {
h2 {