Skip to content

Commit

Permalink
fix: resolve alignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gimnathperera committed Sep 30, 2023
1 parent 24b4adc commit 394348a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ const Home: FC = () => {
return (
<section>
<Hero />

<div className='hero-content text-center'>
<div className='max-w-2xl'>
<Uploader onImageSelect={onImageSelect} />
<ColorList colorPalette={colorPalette} />
<div className='hero lg:pt-18 pt-12'>
<div className='hero-content text-center'>
<div className='max-w-2xl'>
<Uploader onImageSelect={onImageSelect} />
<ColorList colorPalette={colorPalette} />
</div>
</div>
</div>

Expand Down
Binary file modified resources/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 394348a

Please sign in to comment.