Skip to content

Commit

Permalink
Merge pull request #3 from LakioLive/dev
Browse files Browse the repository at this point in the history
fix: Fixed a bug with spacing between elements in the ProjectCard component
  • Loading branch information
LakioLive authored Feb 3, 2025
2 parents 2afa1dc + 805282a commit c43e11c
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 c43e11c

Please sign in to comment.