Skip to content

Commit

Permalink
Trying to fix card size for presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Oct 20, 2024
1 parent 3c97ab4 commit 062c82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/punk-society/PostCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const PostCard = ({ post }: { post: Post; isGrid: boolean }) => {

return (
<div className="flex justify-center items-center">
<div className={`card-compact bg-base-300 w-full lg:w-[300px] relative group rounded-lg`}>
<div className={`card-compact bg-base-300 w-full relative group rounded-lg`}>
<div className="flex space-x-3 p-3 items-center">
<ProfileAddress address={post.user} />
</div>
Expand Down

0 comments on commit 062c82a

Please sign in to comment.