Skip to content

Commit

Permalink
feat: update tweet min-w to aim for 3 per row
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishYelekar committed Sep 1, 2023
1 parent f795398 commit 1a4a9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TweetCard/TweetCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const TweetCard: FunctionComponent<ITweetCardProps> = ({
}, [tweet])

return (
<div className="bg-white p-6 rounded-3xl flex-1 flex flex-col justify-between min-w-[300px] relative">
<div className="bg-white p-6 rounded-3xl flex-1 flex flex-col justify-between min-w-[320px] relative">
<div className="flex flex-col h-full">
<div className="flex justify-between">
<div className="flex items-center">
Expand Down

0 comments on commit 1a4a9d8

Please sign in to comment.