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

{headline}