Skip to content

Commit

Permalink
change to modular type size
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Mar 4, 2024
1 parent 2b77862 commit a440083
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ const MediaCaptionParagraph = ({paragraph, ...props}: Props) => {
}
{videoUrl && <Oembed url={videoUrl}/>}

<figcaption className="text-right text-16 text-cool-grey color">
<figcaption className="text-right text-m0 text-cool-grey color">
{paragraph.suMediaCaptionLink?.url &&
<Link href={paragraph.suMediaCaptionLink.url} className="text-19">
<Link href={paragraph.suMediaCaptionLink.url} className="">
{paragraph.suMediaCaptionLink.title}
</Link>
}
Expand Down

0 comments on commit a440083

Please sign in to comment.