This commit is contained in:
2025-06-03 08:21:23 -07:00
parent 8d6fa015d8
commit 44be1f01bb
3 changed files with 15 additions and 1 deletions

View File

@@ -2,6 +2,14 @@ section.flex-5050-cta {
position: relative;
padding: 6rem 0;
&.grey {
background-color: $c-offWhite;
.row {
flex-direction: row-reverse;
}
}
@include media-breakpoint-down(lg) {
.col:last-of-type {
display: none;