Skip to content

Commit

Permalink
Reduced spacing between title section
Browse files Browse the repository at this point in the history
  • Loading branch information
github-cleancommit committed Jul 16, 2024
1 parent 1c231ea commit f4a35a6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions components/sections/Home/LaunchSystem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function LaunchSystem() {
<style>{css}</style>
<motion.div ref={ref} className='launch-system'>
<div className='top-0 pt-24 lg:pt-28 2xl:sticky'>
<section className='relative z-50 mx-auto mb-[50px] w-full max-w-7xl px-5 sm:px-10'>
<section className='relative z-50 mx-auto w-full max-w-7xl px-5 sm:px-10'>
<div className='flex flex-col items-center justify-center'>
<h1 className='mb-5 text-5xl text-[#F0F0F0]'>Launch System</h1>

Expand Down Expand Up @@ -293,18 +293,12 @@ export default function LaunchSystem() {
</div>
</div>
</div>
{/* <LaunchSystemStep4 /> */}
<div className='2xl:hidden'>
<LaunchSystemStep1 />
<LaunchSystemStep2 />
<LaunchSystemStep3 />
<LaunchSystemStep4 />
</div>

{/* {currentSection === 1 && <LaunchSystemStep1 />}
{currentSection === 2 && <LaunchSystemStep2 />}
{currentSection === 3 && <LaunchSystemStep3 />}
{currentSection === 4 && <LaunchSystemStep4 />} */}
</motion.div>
</>
)
Expand Down

0 comments on commit f4a35a6

Please sign in to comment.