last update
CI / quality (push) Waiting to run

This commit is contained in:
MOH
2026-07-14 20:10:38 +02:00
parent cc6db94977
commit 1a7b3397f6
14 changed files with 847 additions and 146 deletions
+4 -4
View File
@@ -99,8 +99,8 @@ export function HeroShell({
className={cn(
"hero-surface relative isolate overflow-hidden",
variant === "home"
? "hero-home flex min-h-[92svh] items-center justify-center"
: "hero-page flex min-h-[44svh] items-center sm:min-h-[48svh]",
? "hero-home flex min-h-[76svh] items-center justify-center"
: "hero-page flex min-h-[34svh] items-center sm:min-h-[38svh]",
className,
)}
>
@@ -113,8 +113,8 @@ export function HeroShell({
className={cn(
"relative z-10 w-full",
variant === "home"
? "pb-12 pt-24 sm:pb-14 sm:pt-28 lg:pb-16 lg:pt-32"
: "py-20 sm:py-24 lg:py-28",
? "pb-10 pt-20 sm:pb-12 sm:pt-24 lg:pb-14 lg:pt-28"
: "py-16 sm:py-20 lg:py-24",
containerClassName,
)}
>