Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit d729ec3

Browse files
committed
refactor(resource-card): rm maxW
Remove max width, so that the card is always 100% width with respect to parent, meaning, it always takes up full width of parent container.
1 parent 56ea29c commit d729ec3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/resource-card.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ function ResourceCard(props: ResourceCardProps) {
3333
return (
3434
<LinkBox
3535
{...rest}
36-
maxW='360px'
3736
p={4}
3837
rounded='lg'
3938
transitionProperty='all'

0 commit comments

Comments
 (0)