This commit is contained in:
2025-06-03 08:24:19 -07:00
parent 44be1f01bb
commit 0fb2fde0a8
3 changed files with 14 additions and 1 deletions

6
dist/app.css vendored
View File

@@ -12388,6 +12388,12 @@ section.flex-5050-cta.grey {
section.flex-5050-cta.grey .row {
flex-direction: row-reverse;
}
section.flex-5050-cta.grey .overflow-image {
top: -4rem !important;
left: 0 !important;
width: 48% !important;
height: 100% !important;
}
@media (max-width: 991.98px) {
section.flex-5050-cta .col:last-of-type {
display: none;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
"/app.css": "/app.css?id=6ee0760fe1c21dd66ed8ed020bbebfe4"
"/app.css": "/app.css?id=2f7ba30e071cbd564c36e453568cf64c"
}

View File

@@ -8,6 +8,13 @@ section.flex-5050-cta {
.row {
flex-direction: row-reverse;
}
.overflow-image {
top: -4rem !important;
left: 0 !important;
width: 48% !important;
height: 100% !important;
}
}
@include media-breakpoint-down(lg) {