We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a135b commit 8031ef8Copy full SHA for 8031ef8
components/shared/ProjectLinks.tsx
@@ -48,7 +48,7 @@ const ProjectLinks = () => {
48
href={item.codelink}
49
className="body-semibold group relative w-full text-center text-gray-700"
50
>
51
- <div>
+ <div className="">
52
{item.label}
53
<p className="mt-[2px]">{item.type}</p>
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">
0 commit comments