Skip to content

Commit

Permalink
fixup media caption and add spacer
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed May 2, 2024
1 parent 4b7a609 commit a7981e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const MediaCaptionParagraph = ({paragraph, ...props}: Props) => {
</Link>
}

<Wysiwyg html={paragraph.suMediaCaptionCaption?.processed} className="text-archway-dark"/>
<Wysiwyg html={paragraph.suMediaCaptionCaption?.processed} className="text-archway-dark children:text-18 rs-mb-4"/>

</figcaption>
</figure>
Expand Down

0 comments on commit a7981e0

Please sign in to comment.