Skip to content

Commit

Permalink
(webapp)fix:article card - text-left
Browse files Browse the repository at this point in the history
  • Loading branch information
Bran18 committed Jul 25, 2024
1 parent 8d386c9 commit 861e02d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/webapp/components/shared/article-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export const ArticleCard = ({
</figure>
</div>
<CardContent className="flex-grow px-3">
<p className="pt-3 font-semibold leading-tight text-center mb-overflow-hidden truncate_text truncate_text--3-lines text-md">
{title}
<p className="pt-3 font-semibold leading-tight text-left mb-overflow-hidden truncate_text truncate_text--3-lines text-md">
{title}
</p>
</CardContent>
</Link>
Expand Down

0 comments on commit 861e02d

Please sign in to comment.