This commit is contained in:
2025-06-03 08:33:43 -07:00
parent 93495b4cf7
commit dba1a89691
3 changed files with 12 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ section.flex-5050-cta {
position: relative;
padding: 6rem 0;
// grey mode
&.grey {
background-color: $c-offWhite;
@@ -17,6 +18,13 @@ section.flex-5050-cta {
}
}
// image contain mode
&.contain {
.overflow-image {
display: none !important;
}
}
@include media-breakpoint-down(lg) {
.col:last-of-type {
display: none;