From eb091f9cd445348b765b51f899c3b15bf8fe3db6 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Fri, 23 Oct 2020 13:14:31 -0300 Subject: [PATCH] Changes --- components/ui/Hero/Hero.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}