four col thing

This commit is contained in:
2025-06-17 10:58:39 -07:00
parent 603a2fd9d4
commit 4796334475
3 changed files with 10 additions and 1 deletions

4
dist/app.css vendored
View File

@@ -12570,6 +12570,7 @@ footer.sub-footer {
} }
.background-image-cta.overlay-Black { .background-image-cta.overlay-Black {
color: #fff; color: #fff;
text-align: center;
} }
.background-image-cta.overlay-Black:before { .background-image-cta.overlay-Black:before {
content: ""; content: "";
@@ -12581,6 +12582,9 @@ footer.sub-footer {
background: rgba(0, 0, 0, 0.8); background: rgba(0, 0, 0, 0.8);
z-index: 1; z-index: 1;
} }
.background-image-cta.overlay-Black .col:last-of-type {
display: none;
}
.background-image-cta .container { .background-image-cta .container {
position: relative; position: relative;
z-index: 2; z-index: 2;

View File

@@ -1,4 +1,4 @@
{ {
"/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63", "/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63",
"/app.css": "/app.css?id=1d2f6afaa80ea821ddceaec15e7c98e7" "/app.css": "/app.css?id=e4b8956c70bf9d6dd7a8fc3297132676"
} }

View File

@@ -19,6 +19,7 @@
&.overlay-Black { &.overlay-Black {
color: $c-white; color: $c-white;
text-align: center;
&:before { &:before {
content: ""; content: "";
@@ -30,6 +31,10 @@
background: rgba($c-black, 0.8); background: rgba($c-black, 0.8);
z-index: 1; z-index: 1;
} }
.col:last-of-type {
display: none;
}
} }
.container { .container {