diff --git a/src/components/hero/hero.tsx b/src/components/hero/hero.tsx index c85ad6f..68c08f7 100644 --- a/src/components/hero/hero.tsx +++ b/src/components/hero/hero.tsx @@ -18,8 +18,10 @@ export const Hero = (props: HeroProps) => { const bg = useGradient(); const fnTitle = useTitleCase(); + const minH = body === null ? "20vh" : "40vh"; + return ( - +