This is an automated email from the ASF dual-hosted git repository.

piotr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iggy-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 367ef9bb Fix hero background width resize issue (#37)
367ef9bb is described below

commit 367ef9bbc2f4d85d880b6215e5a74a843465ee9f
Author: Aviraj Khare <[email protected]>
AuthorDate: Sat Mar 21 15:18:01 2026 +0530

    Fix hero background width resize issue (#37)
---
 src/app/(home)/page.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/(home)/page.tsx b/src/app/(home)/page.tsx
index c3218c65..b88eeaa8 100644
--- a/src/app/(home)/page.tsx
+++ b/src/app/(home)/page.tsx
@@ -136,6 +136,7 @@ export default function HomePage() {
           backgroundImage: `url(/img/hero-main.webp), radial-gradient(circle 
closest-side at 35% 48%, #ff910314, #070c1700 60%), radial-gradient(circle 
closest-side at 68% 52%, #111d35, #070c1700 63%), radial-gradient(circle 
farthest-side at 20% 0%, #0e1f42, #070c17 21%)`,
           backgroundPosition: "50% 29%, 0 0, 0 0, 0 0",
           backgroundRepeat: "no-repeat, repeat, repeat, repeat",
+          backgroundSize: "min(100%, 1440px) auto, auto, auto, auto",
         }}
       >
         <div className="mx-auto max-w-6xl text-center">

Reply via email to