From 8cd9f395efc87df064fd7aa99be697fbd80684f8 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 26 Jun 2026 13:34:12 -0500 Subject: [PATCH] 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 ## Summary by CodeRabbit * **Bug Fixes** * Adjusted the homepage hero background alignment on desktop for a better visual layout. --- website/assets/styles/pages/homepage.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/assets/styles/pages/homepage.less b/website/assets/styles/pages/homepage.less index 71b5930e62..6e28fe6559 100644 --- a/website/assets/styles/pages/homepage.less +++ b/website/assets/styles/pages/homepage.less @@ -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; }