diff --git a/storefront/app/globals.css b/storefront/app/globals.css index 29aaf08..3023601 100644 --- a/storefront/app/globals.css +++ b/storefront/app/globals.css @@ -29,6 +29,10 @@ --base-font-size: 16px; } + .hero-asset { + min-height: min(590px, calc(100vh - var(--header-height) - 1rem)); + } + .newletter-text:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; box-shadow: 0 0 0px 1000px transparent inset !important; diff --git a/storefront/components/sections/hero/index.tsx b/storefront/components/sections/hero/index.tsx index ec81dfc..5f2d4d3 100644 --- a/storefront/components/sections/hero/index.tsx +++ b/storefront/components/sections/hero/index.tsx @@ -19,9 +19,9 @@ export default function Hero(props: ModularPageSection<"section.hero">) { {mediaType === "image" && } {mediaType === "video" && video && ( -
+