From 0d7275098273b3f28ebe715a881eb5cfa1497c78 Mon Sep 17 00:00:00 2001 From: Haewon Kam Date: Fri, 3 Apr 2026 23:56:58 +0900 Subject: [PATCH] revert: restore Hero, Modules, CSS to original state All layout changes (blob modifications, overflow-x/clip, scrollbar-gutter) reverted to the original version that was working correctly. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/Hero.tsx | 11 +++++++---- src/components/Modules.tsx | 12 +++++------- src/index.css | 5 ----- 3 files changed, 12 insertions(+), 16 deletions(-) diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index 72fd826..452fcd0 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -13,9 +13,9 @@ export default function Hero() { }; return ( -
- {/* Background Gradient — centered and symmetric */} -
+
+ {/* Background Gradient */} +
- {/* No decorative blobs — clean symmetric background */} + {/* Decorative elements */} +
+
+
); } diff --git a/src/components/Modules.tsx b/src/components/Modules.tsx index f10c12e..0784cda 100644 --- a/src/components/Modules.tsx +++ b/src/components/Modules.tsx @@ -116,13 +116,11 @@ const ModuleCard: React.FC<{ mod: any, className?: string }> = ({ mod, className export default function Modules() { return ( -
- {/* Animated Background Blobs — contained within section via max-w and inset */} -
-
-
-
-
+
+ {/* Animated Background Blobs */} +
+
+