From 5524d91da45a6895f4095abfca5b04e79fbcd5ed Mon Sep 17 00:00:00 2001 From: Henrik Larsson Date: Tue, 8 Aug 2023 22:52:42 +0200 Subject: [PATCH] Tried to LCP --- components/modules/hero/hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/modules/hero/hero.tsx b/components/modules/hero/hero.tsx index 3497269b6..66dd59a53 100644 --- a/components/modules/hero/hero.tsx +++ b/components/modules/hero/hero.tsx @@ -23,7 +23,7 @@ interface HeroProps { type HeroSize = keyof typeof heroSize; const heroSize = { - fullScreen: 'aspect-[3/4] lg:aspect-auto lg:h-[calc(75vh-4rem)]', + fullScreen: 'aspect-[3/4] lg:aspect-auto lg:h-[calc(100vh-4rem)]', halfScreen: 'aspect-square max-h-[50vh] lg:aspect-auto lg:min-h-[50vh]' };