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:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user