1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-07 00:36:59 +00:00

Tried to LCP

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

@ -23,7 +23,7 @@ interface HeroProps {
type HeroSize = keyof typeof heroSize; type HeroSize = keyof typeof heroSize;
const 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]' halfScreen: 'aspect-square max-h-[50vh] lg:aspect-auto lg:min-h-[50vh]'
}; };