Skip to content

Commit f418203

Browse files
committed
Update ProjectCard sizing
Fixes #116
1 parent 82d2a09 commit f418203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/project-card.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ export const ProjectCard = ({ name, description, repo, homepage, logo }) => {
2828
>
2929
<Box>
3030
<Image
31-
h={'55'}
31+
h={'128'}
3232
w={'full'}
3333
src={logo}
3434
alt={name}
3535
layout='fill'
3636
objectFit='contain'
3737
/>
3838

39-
<Text my={4} noOfLines={2}>
39+
<Text my={4} noOfLines={4}>
4040
{description}
4141
</Text>
4242
</Box>

0 commit comments

Comments
 (0)