Skip to content

Commit

Permalink
Mini fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Gasperini authored and Alessandro Gasperini committed Jan 19, 2024
1 parent 94d958a commit 6130654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/content/blocks/MediaBlock/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const renderMedia = (
return null;
}
return (
<figure className="max-w-md border-b border-brown-200 pb-sm">
<figure className="border-b border-brown-200 pb-sm">
<CustomImage image={media} className="pb-sm" />
{mediaDescription && (
<figcaption className="text-brown-600">
Expand Down Expand Up @@ -83,7 +83,7 @@ export const MediaBlock: React.FC<MediaFragment> = ({
media,
}) => {
return (
<div>
<div className="max-w-md">
{heading && (
<Heading level={2} size={"md"}>
{heading}
Expand Down

0 comments on commit 6130654

Please sign in to comment.