Tried to LCP

This commit is contained in:
Henrik Larsson 2023-08-08 22:52:42 +02:00
parent bc71f62b72
commit 5524d91da4

View File

@ -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]'
};