Skip to content

Commit

Permalink
fix(social): align font weights and sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
vladjerca committed Feb 13, 2025
1 parent b23703d commit 537fff1
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@

<CardFooter {action}>
<Link href={UrlBuilder.media(type, media.slug)}>
<p class="media-title small ellipsis">
<p
class="media-title small ellipsis"
class:small={rest.variant !== "activity"}
>
{media.title}
</p>
</Link>
Expand Down Expand Up @@ -116,7 +119,7 @@
color: var(--color-text-secondary);
font-weight: 500;
font-weight: 600;
}
.media-subtitle {
Expand Down

0 comments on commit 537fff1

Please sign in to comment.