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

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%;
}
}