diff --git a/dist/app.css b/dist/app.css index a9b9257..ca6e6e9 100644 --- a/dist/app.css +++ b/dist/app.css @@ -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; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index d288090..29dc62e 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e", - "/app.css": "/app.css?id=6ee0760fe1c21dd66ed8ed020bbebfe4" + "/app.css": "/app.css?id=2f7ba30e071cbd564c36e453568cf64c" } diff --git a/src/scss/flex-5050-cta.scss b/src/scss/flex-5050-cta.scss index 71e5f60..3b8e1d0 100644 --- a/src/scss/flex-5050-cta.scss +++ b/src/scss/flex-5050-cta.scss @@ -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) {