This commit is contained in:
2025-05-13 11:26:55 -07:00
parent df4fcb1d10
commit 3feb79b0cf
3 changed files with 12 additions and 1 deletions

5
dist/app.css vendored
View File

@@ -12218,6 +12218,11 @@ section.side-by-side-text h2, section.side-by-side-text .h2 {
.text-over-image-a .content-wrapper .content {
color: #fff;
}
@media (max-width: 767.98px) {
.text-over-image-a .col:last-of-type {
display: none;
}
}
.text-over-image-b {
background-position: center;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=e87e05bd26822b1fc6dae092decfb838",
"/app.css": "/app.css?id=fefc9ed4a79cc3f82f483846c92a6126"
"/app.css": "/app.css?id=8a13ab0b4b1eb36e057ec8312614db54"
}

View File

@@ -12,4 +12,10 @@
color: $c-white;
}
}
@include media-breakpoint-down(md) {
.col:last-of-type {
display: none;
}
}
}