Skip to content

Commit

Permalink
removed extra height from hero section (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudra-Sankha-Sinhamahapatra authored Nov 3, 2024
1 parent c69a9e2 commit b913432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/main/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export default function FUIDarkHeroSectionWithScrolls() {
<TopLeftShiningLight />
<div className="absolute inset-0 h-[600px] w-full bg-transparent opacity-5 bg-[linear-gradient(to_right,#f0f0f0_1px,transparent_1px),linear-gradient(to_bottom,#f0f0f0_1px,transparent_1px)] bg-[size:6rem_4rem] [mask-image:radial-gradient(ellipse_80%_50%_at_50%_0%,#000_70%,transparent_110%)]"></div>
<Container>
<div className="relative h-screen">
<div className="relative md:h-screen">
<div className="flex flex-col md:flex-row justify-between h-full items-center">
<div ref={ref} className="mx-auto max-sm:max-w-[400px]">
<div ref={ref} className="mx-auto max-sm:max-w-[400px] max-sm:mt-12">
<GradualSpacing
textClassName="justify-start"
visiblity={isInView}
Expand Down

0 comments on commit b913432

Please sign in to comment.