From efcabae8159853b20e619bcef8b93b52e9b38a2c Mon Sep 17 00:00:00 2001 From: PTDTW <113230263+PTDTW@users.noreply.github.com> Date: Sat, 4 Jan 2025 21:34:18 +0800 Subject: [PATCH] feat: optimization RWD --- components/sections/Hero.tsx | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/components/sections/Hero.tsx b/components/sections/Hero.tsx index 522f3b1..6d703a6 100644 --- a/components/sections/Hero.tsx +++ b/components/sections/Hero.tsx @@ -27,9 +27,9 @@ export default function Hero() { initial={{ scale: 0.8, opacity: 0 }} animate={{ scale: 1, opacity: 1 }} transition={{ duration: 1, delay: 0.2 }} - className="mb-8" + className="mb-8 flex flex-col justify-center items-center" > -
@@ -44,38 +44,8 @@ export default function Hero() {
加入Discord 了解更多
- {/* */}
- {item.desc}{item.title}
-