Skip to content

Commit

Permalink
application completed
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitKS7 committed Jul 4, 2024
1 parent a0b90c5 commit 46a135b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/shared/ProjectLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const ProjectLinks = () => {
{projectLinks.map((item) => (
<CarouselItem
key={item.label + item.projectlink}
className="flex-center mx-3 w-full basis-8/12 bg-[#ffdada] pl-0 pt-3 md:basis-1/3 lg:basis-1/4"
className="flex-center mx-3 w-full basis-8/12 rounded-md bg-[#ffdada] pl-0 pt-3 md:basis-1/3 lg:basis-1/4"
>
<div className="flex-center max-w-40 flex-col gap-3">
<Link
Expand All @@ -51,8 +51,8 @@ const ProjectLinks = () => {
<div>
{item.label}
<p className="mt-[2px]">{item.type}</p>
<div className="paragraph-semibold project-hover-shadow absolute inset-x-0 top-[-40px] flex items-end justify-center bg-primary-500 p-[5px] text-[#f8f8ff] opacity-0 duration-300 group-hover:opacity-100 max-md:hidden">
Code
<div className="paragraph-semibold project-hover-shadow absolute inset-x-0 top-[45px] z-50 flex items-end justify-center bg-primary-500 p-[5px] text-[#f8f8ff] opacity-0 duration-300 group-hover:opacity-100 max-md:hidden">
Cod
</div>
</div>
</Link>
Expand Down

0 comments on commit 46a135b

Please sign in to comment.