Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-dev-prince committed Jul 22, 2023
1 parent 8e50ae7 commit 3181fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home2.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Home2 = () => {
className="absolute h-1/3 right-[5%] top-[10%] -hue-rotate-30 rotate-12 blur-3xl select-none hidden xl:block"
/>
{/* Home-2 tally content starts here */}
<div className=" w-[90%] flex flex-wrap p-4 justify-center absolute top-0 bg-white/[0.1] backdrop-blur-3xl rounded-[4rem] lg:h-56 lg:w-[75%] lg:px-12 lg:py-16 lg:flex-nowrap lg:justify-between">
<div className=" w-[90%] flex flex-wrap p-4 justify-center absolute top-0 bg-white/[0.1] backdrop-blur-3xl rounded-[2rem] lg:rounded-[4rem] lg:h-56 lg:w-[75%] lg:px-12 lg:py-16 lg:flex-nowrap lg:justify-between">
<div className=" w-full mb-10 flex justify-evenly gap-5 items-center lg:justify-between lg:w-[60%] lg:mb-0 lg:gap-16">
<div className="text-white ">
<p className=" text-xl font-light font-mono">Artwork</p>
Expand Down

0 comments on commit 3181fcc

Please sign in to comment.