This commit is contained in:
2025-05-13 12:08:42 -07:00
parent a55b36dd81
commit c1fc8f46aa
4 changed files with 19 additions and 19 deletions

View File

@@ -6,6 +6,16 @@ section.flex-5050-cta {
.col:last-of-type {
display: none;
}
img {
width: 100%;
display: block !important;
margin-top: 3rem;
}
}
img {
display: none;
}
.overflow-image {

View File

@@ -7,16 +7,6 @@
.col:last-of-type {
display: none;
}
img {
width: 100%;
display: block !important;
margin-top: 3rem;
}
}
img {
display: none;
}
.content-wrapper {