Skip to content

Commit

Permalink
Merge pull request #1621 from starknet-io/bugfix/fix-markdown-h2
Browse files Browse the repository at this point in the history
Fix markdown h2
  • Loading branch information
rafaelcruzazevedo authored Nov 8, 2023
2 parents ac49e09 + 209102a commit 168c401
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions workspaces/website/src/blocks/MarkdownBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ export function MarkdownBlock({ body }: Props): JSX.Element {
<Heading
id={`toc-${slugify(props.children.join(" "))}`}
color="heading-navy-fg"
variant="h3"
marginBottom="16px"
variant="h2"
fontSize={"32px"}
margin={"16px 0"}
{...props}
/>
</>
Expand Down

0 comments on commit 168c401

Please sign in to comment.