Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tanguy-fgl authored Aug 5, 2024
1 parent 31a7a09 commit 4559378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Home: NextPage = () => {
<div className="mt-20 absolute inset-0 bg-[url(/grid.svg)] bg-center [mask-image:linear-gradient(180deg,white,rgba(255,255,255,0))]"></div>
<div className="w-full h-40 absolute bg-light-purple dark:purple dark:bg-black">
<div className="sm:ml-0 ml-5 mr-0 mt-3 md:pl-80 md:pr-80 sm:w-full h-full bg-purple-500 dark:bg-black">
<Image src="/vercel.svg" width={150} height={100} className="w-40 h-16" alt="Tailwind Play" />
<Image src="/beestech.svg" width={150} height={100} className="w-40 h-16" alt="Bees Tech logo" />
</div>
</div>
<div className='mt-20 w-full absolute overflow-scroll '>
Expand Down

0 comments on commit 4559378

Please sign in to comment.