Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adhirajcs committed Oct 4, 2024
1 parent d07526c commit 4f8a17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Projects = () => {
className={`${body.className} grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4`}
>
{projectslist.map((project) => (
<CardContainer key={project.id} className="inter-var cursor-pointer w-80">
<CardContainer key={project.id} className="inter-var w-80">
<CardBody className="bg-white relative group/card dark:hover:shadow-2xl dark:hover:shadow-emerald-500/[0.1] dark:bg-black dark:border-white/[0.2] border-black/[0.1] w-full h-auto rounded-xl p-4 border">
<CardItem
translateZ="50"
Expand Down

0 comments on commit 4f8a17e

Please sign in to comment.