fix: align mobile hero vector crop

This commit is contained in:
Keith Solomon
2026-06-27 17:46:58 -05:00
parent 6d3bb76b17
commit bdf78d58ac
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -112,7 +112,7 @@
.homepage-hero .heroVector .vector {
bottom: 6.25rem;
left: 50%;
left: -8%;
transform: translateX(-50%);
width: clamp(43rem, 190vw, 48rem);
}