Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lialila committed Mar 15, 2024
1 parent 8b21de5 commit 250a2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProjectCard/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const ProjectCard: React.FC<ProjectCardProps> = ({
>
{image}
</Box>
<Box padding="6" marginY="auto">
<Box padding="6" marginBottom="auto">
<Heading as="h6" size="sm">
{title}
</Heading>
Expand Down

0 comments on commit 250a2ed

Please sign in to comment.