Skip to content

Commit

Permalink
fix: adjusted width of content
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjoelson committed Feb 12, 2025
1 parent 5833786 commit 5633e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/club/listing/ClubInfoSegment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const ClubInfoSegment: FC<{
</p>
</div>
</div>
<div className="w-full">
<div className="w-full md:w-2/3">
<p className="whitespace-pre-wrap text-slate-700">
{club.description}
</p>
Expand Down

0 comments on commit 5633e7a

Please sign in to comment.