Skip to content

Commit

Permalink
refactor/style: set blog article card title line clamp to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
gmolki committed Jun 11, 2024
1 parent 856de62 commit 66a60c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Blog/BlogArticleCard/cmp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const BlogArticleCard = ({
>
<p
className="tp-h6 text-base2"
tw="line-clamp-2 whitespace-pre-wrap"
tw="line-clamp-3 whitespace-pre-wrap"
>
{title}
</p>
Expand Down Expand Up @@ -117,7 +117,7 @@ export const BlogArticleCard = ({
>
<p
className="tp-h6 text-base2"
tw="line-clamp-2 whitespace-pre-wrap"
tw="line-clamp-3 whitespace-pre-wrap"
>
{title}
</p>
Expand Down Expand Up @@ -251,7 +251,7 @@ export const BlogArticleCard = ({
loadingHeight="6rem"
loadingWidth="100%"
>
<TextGradient type="h2" tw="line-clamp-2 w-fit">
<TextGradient type="h2" tw="line-clamp-3 w-fit">
{title}
</TextGradient>
</LoadingBlinkBox>
Expand Down

0 comments on commit 66a60c5

Please sign in to comment.