Skip to content

Commit

Permalink
Update GrowOnScroll class to center items
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyLYH committed Dec 13, 2023
1 parent edbca8c commit 926858b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function Home() {
</div>
<ChallengeMain />
</section>
<GrowOnScroll className='flex flex-col md:flex-row'>
<GrowOnScroll className='flex flex-col items-center justify-center md:flex-row'>
<SiteCounter />
<Timeline />
</GrowOnScroll>
Expand Down

0 comments on commit 926858b

Please sign in to comment.