Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7fcca3a569 | |||
| ad4e5d7ad2 | |||
| ada783efe8 |
@@ -238,7 +238,7 @@ const HeroSplitKpi = ({
|
|||||||
<section
|
<section
|
||||||
ref={sectionRef}
|
ref={sectionRef}
|
||||||
aria-label={ariaLabel}
|
aria-label={ariaLabel}
|
||||||
className={cls("relative w-full h-fit py-hero-page-padding md:py-0 md:h-svh flex items-center", className)}
|
className={cls("relative w-full h-fit py-10 md:py-0 md:h-svh flex items-center", className)}
|
||||||
>
|
>
|
||||||
<HeroBackgrounds {...background} />
|
<HeroBackgrounds {...background} />
|
||||||
<div className={cls("w-content-width mx-auto flex flex-col md:flex-row gap-13 md:gap-15 items-center relative z-10", containerClassName)}>
|
<div className={cls("w-content-width mx-auto flex flex-col md:flex-row gap-13 md:gap-15 items-center relative z-10", containerClassName)}>
|
||||||
|
|||||||
Reference in New Issue
Block a user