Website: update position of homepage hero background (#48354)

Changes:
- Updated the position of the homepage hero background to prevent issues
with text flowing outside of the clouds in the image on large screens

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Bug Fixes**
* Adjusted the homepage hero background alignment on desktop for a
better visual layout.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Eric
2026-06-26 13:34:12 -05:00
committed by GitHub
parent 2b50257de9
commit 8cd9f395ef
+1 -1
View File
@@ -31,7 +31,7 @@
background: url('/images/homepage-hero-2500x420@2x.png');
background-size: auto 329px;
background-repeat: no-repeat;
background-position-x: calc(~'100% + -56%');
background-position-x: calc(~'100% + -50%');
background-position-y: top;
}