From 7154e76bc469aa62165283cc178f35bb383f0648 Mon Sep 17 00:00:00 2001 From: Haewon Kam Date: Fri, 3 Apr 2026 23:45:28 +0900 Subject: [PATCH] fix: balance Hero blob sizes and opacity for symmetric layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reduced blob size (w-64→w-48), lowered opacity (30%→20%), used percentage positioning (left-10→left-[10%]), and wrapped in overflow-clip container. Eliminates visual weight asymmetry. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/Hero.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index 452fcd0..2590896 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -78,10 +78,12 @@ export default function Hero() { - {/* Decorative elements */} -
-
-
+ {/* Decorative elements — symmetric and contained */} +
+
+
+
+
); }