mirror of
https://github.com/vercel/commerce.git
synced 2025-05-14 21:47:51 +00:00
Tried to LCP
This commit is contained in:
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]'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user