From db68e663ace616cc6aebfd5cc28e9b98c49fed5b Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Fri, 23 Oct 2020 13:20:55 -0300 Subject: [PATCH] Changes to the Hero Component --- components/ui/Hero/Hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (