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 */}