Skip to content

Commit

Permalink
fix: Fixed a bug with spacing between elements in the ProjectCard com…
Browse files Browse the repository at this point in the history
…ponent
  • Loading branch information
LakioLive committed Feb 3, 2025
1 parent 2afa1dc commit 805282a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/projectCard/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function ProjectCard({
{description}
</p>
</div>
<div className="flex justify-between items-center w-full mt-auto">
<div className="flex justify-between items-center gap-2 w-full mt-auto">
<div className="flex flex-wrap gap-3">
{technologies.map((tech: string, index: number) => (
<motion.span
Expand Down

0 comments on commit 805282a

Please sign in to comment.