Skip to content

Commit 46a135b

Browse files
committed
application completed
1 parent a0b90c5 commit 46a135b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/shared/ProjectLinks.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const ProjectLinks = () => {
4141
{projectLinks.map((item) => (
4242
<CarouselItem
4343
key={item.label + item.projectlink}
44-
className="flex-center mx-3 w-full basis-8/12 bg-[#ffdada] pl-0 pt-3 md:basis-1/3 lg:basis-1/4"
44+
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"
4545
>
4646
<div className="flex-center max-w-40 flex-col gap-3">
4747
<Link
@@ -51,8 +51,8 @@ const ProjectLinks = () => {
5151
<div>
5252
{item.label}
5353
<p className="mt-[2px]">{item.type}</p>
54-
<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">
55-
Code
54+
<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">
55+
Cod
5656
</div>
5757
</div>
5858
</Link>

0 commit comments

Comments
 (0)