Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
#164 resolved (#173)
Browse files Browse the repository at this point in the history
* #163 completed

* #165

* #164

---------

Co-authored-by: Vishesh Vijayvargiya <[email protected]>
  • Loading branch information
Vishesh-Vijay and Vishesh Vijayvargiya authored May 24, 2023
1 parent eda4ca6 commit 9487e73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/sections/feature.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,18 @@ const feature = () => {
className={`reveal-bottom ${
circle1Visible ? "active-reveal" : "opacity-0"
} max-600:hidden absolute right-[30vw] top-[10vh] homeCircleColor w-[18vw] h-[18vw] rounded-full min-w-[200px] min-h-[200px]
min-[600px]:top-[22%] min-[600px]:right-[25%] md:right-[30%] lg:right-[25%] md:top-[20%] xl:top-[15%] min-[600px]:min-w-[100px] max-md:top-[38vw] max-md:right-[25vw] max-md:min-w-[130px] max-md:min-h-[130px] min-[600px]:min-h-[100px] `}
min-[600px]:top-[22%] min-[600px]:right-[25%] md:right-[30%] lg:right-[-18%] md:top-[20%] xl:top-[10%] min-[600px]:min-w-[100px] max-md:top-[38vw] max-md:right-[25vw] max-md:min-w-[130px] max-md:min-h-[130px] min-[600px]:min-h-[100px] `}
></div>
<div
ref={circle2}
className={`max-600:right-8 max-600:top-64 absolute xl:right-[7vw] top-[65vh] homeCircleColor w-[14vw] h-[14vw] rounded-full max-md:min-w-[100px] max-md:min-h-[100px] min-w-[200px] min-h-[200px]
min-[600px]:right-[0%] max-md:top-[40%] sm:right-0 min-[600px]:min-w-[100px] min-[600px]:min-h-[100px] md:top-[47%] `}
className={`max-600:right-8 max-600:top-64 absolute xl:right-[-55%] top-[65vh] homeCircleColor w-[14vw] h-[14vw] rounded-full max-md:min-w-[100px] max-md:min-h-[100px] min-w-[200px] min-h-[200px]
min-[600px]:right-[0%] max-md:top-[40%] sm:right-0 min-[600px]:min-w-[100px] min-[600px]:min-h-[100px] md:top-[50%] `}
></div>
<div
ref={circle3}
className={`reveal-bottom ${
circle3Visible ? "active-reveal" : "opacity-0"
} max-600:top-4 max-600:right-28 max-600:w-[100px] max-600:h-[100px] absolute right-[6vw] top-[22vh] homeCircleColor w-[5vw] h-[5vw] rounded-full min-w-[75px] min-h-[75px] max-xl:right-[3%] max-xl:top-[26vh]`}
} max-600:top-4 max-600:right-28 max-600:w-[100px] max-600:h-[100px] absolute right-[-45%] top-[22vh] homeCircleColor w-[5vw] h-[5vw] rounded-full min-w-[75px] min-h-[75px] max-xl:right-[3%] max-xl:top-[26vh]`}
></div>
</div>
</div>
Expand Down

1 comment on commit 9487e73

@vercel
Copy link

@vercel vercel bot commented on 9487e73 May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.