This commit is contained in:
2025-05-13 12:12:09 -07:00
parent efbdaa800f
commit 123cdd90fc
4 changed files with 7 additions and 5 deletions

5
dist/app.css vendored
View File

@@ -12336,6 +12336,7 @@ section.multiblock-callout .left-image {
aspect-ratio: 1.5;
margin-bottom: 2rem;
width: calc(100vw - 5rem);
max-width: 100%;
}
}
section.multiblock-callout .callouts-wrapper .callout {
@@ -12389,8 +12390,8 @@ section.flex-5050-cta img {
section.flex-5050-cta .overflow-image {
position: absolute;
top: 5rem;
left: 50%;
width: 50%;
left: 55%;
width: 45%;
height: calc(100% - 10rem);
background-position: center;
background-size: cover;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
"/app.css": "/app.css?id=b0e9a5c3b890d6cca62fab291479ca8d"
"/app.css": "/app.css?id=12049915fa65f397a188c52216f921f3"
}

View File

@@ -21,8 +21,8 @@ section.flex-5050-cta {
.overflow-image {
position: absolute;
top: 5rem;
left: 50%;
width: 50%;
left: 55%;
width: 45%;
height: calc(100% - 10rem);
background-position: center;
background-size: cover;

View File

@@ -17,6 +17,7 @@ section.multiblock-callout {
aspect-ratio: 1.5;
margin-bottom: 2rem;
width: calc(100vw - 5rem);
max-width: 100%;
}
}