From ea69ffad627b08d2493fac757e0cd14abe0b3844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=A4=E6=AD=A3?= Date: Fri, 3 Jul 2026 20:51:01 +0800 Subject: [PATCH] fix(pages): adjust HeroSection terminal section height and bottom padding - Increase section height to prevent terminal bottom from being clipped by overflow:hidden - Adjust terminal body bottom padding to 8px for better spacing --- pages/src/components/HeroSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/src/components/HeroSection.tsx b/pages/src/components/HeroSection.tsx index d5405d39..32f895b2 100644 --- a/pages/src/components/HeroSection.tsx +++ b/pages/src/components/HeroSection.tsx @@ -169,7 +169,7 @@ const HeroSection: React.FC = () => { style={{ width: '100vw', marginLeft: 'calc(-50vw + 50%)', - height: isMobile ? 820 : isTablet ? 800 : 960, + height: isMobile ? 850 : isTablet ? 830 : 990, position: 'relative', overflow: 'hidden', display: 'flex', @@ -362,7 +362,7 @@ const HeroSection: React.FC = () => { {/* Terminal body */}