From 1c26c9a4040e1fe19211ec00666f4d1a7c235369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesc=20Arp=C3=AD=20Roca?= Date: Sat, 13 Jun 2026 10:16:54 +0200 Subject: [PATCH] fix(home): soften early bird section edges with radial gradient Replace the vertical linear gradient on the early bird background with a radial gradient centered in the container so the four edges fade smoothly into the page instead of cutting sharply. Closes #197 --- src/components/home/SectionEarlyBird.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/home/SectionEarlyBird.astro b/src/components/home/SectionEarlyBird.astro index d645d20..d94c458 100644 --- a/src/components/home/SectionEarlyBird.astro +++ b/src/components/home/SectionEarlyBird.astro @@ -14,7 +14,7 @@ const menuT = menuTexts[lang as keyof typeof menuTexts]