This commit is contained in:
2025-05-13 12:09:17 -07:00
parent c1fc8f46aa
commit 779de730a0
3 changed files with 10 additions and 1 deletions

5
dist/app.css vendored
View File

@@ -12395,6 +12395,11 @@ section.flex-5050-cta .overflow-image {
background-position: center;
background-size: cover;
}
@media (max-width: 767.98px) {
section.flex-5050-cta .overflow-image {
display: none;
}
}
section.flex-5050-cta h2, section.flex-5050-cta .h2 {
color: #063C5A;
font-size: 70px;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
"/app.css": "/app.css?id=c77418b0a2f860943a58abc42a667460"
"/app.css": "/app.css?id=af05270384606323ff6d1ef9117f02cb"
}

View File

@@ -26,6 +26,10 @@ section.flex-5050-cta {
height: calc(100% - 10rem);
background-position: center;
background-size: cover;
@include media-breakpoint-down(md) {
display: none;
}
}
h2 {