diff --git a/components/ui/Hero/Hero.tsx b/components/ui/Hero/Hero.tsx index be55e8ee2..e1e5d0c9c 100644 --- a/components/ui/Hero/Hero.tsx +++ b/components/ui/Hero/Hero.tsx @@ -10,7 +10,7 @@ interface Props { } const Hero: FC = ({ headline, description, className }) => { - const rootClassName = cn('bg-black py-24 min-h-72', className) + const rootClassName = cn('bg-black py-40 min-h-72', className) return (