fix: scale mobile hero vector responsively

This commit is contained in:
Keith Solomon
2026-06-27 17:53:00 -05:00
parent bdf78d58ac
commit f8d60a63a4
2 changed files with 18 additions and 2 deletions
+2 -2
View File
@@ -112,9 +112,9 @@
.homepage-hero .heroVector .vector {
bottom: 6.25rem;
left: -8%;
left: max(-8vw, calc(63.8vw - 18.04rem));
transform: translateX(-50%);
width: clamp(43rem, 190vw, 48rem);
width: calc(100vw + 22.875rem);
}
.homepage-hero .heroMedia img,