Skip to content

Commit 20ee059

Browse files
authored
Merge pull request #308 from apsinghdev/chore/fix-heights
[chore] fix heights
2 parents 4f6dbc3 + 95fdcdb commit 20ee059

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/web/src/components/landing-sections

apps/web/src/components/landing-sections/Hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const Hero = () => {
3838
trackButtonClick("Get Started", "hero");
3939
};
4040
return (
41-
<div className="w-full min-h-[50dvh] lg:h-[69dvh] relative overflow-hidden z-10 p-4 lg:p-[60px] flex flex-col items-center justify-center gap-6 ">
41+
<div className="w-full min-h-[50dvh] lg:h-[75dvh] relative overflow-hidden z-10 p-4 lg:p-[60px] flex flex-col items-center justify-center gap-6 ">
4242
<Image
4343
src="/assets/bgmain.svg"
4444
alt="background"
@@ -50,7 +50,7 @@ const Hero = () => {
5050
variants={containerVariants}
5151
initial="hidden"
5252
animate="visible"
53-
className="w-full lg:max-w-3xl space-y-3 text-center"
53+
className="w-full h-max lg:max-w-3xl space-y-1 text-center"
5454
>
5555
<motion.div
5656
variants={itemVariants}

0 commit comments

Comments
 (0)