Skip to content

Commit

Permalink
Design fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-md committed May 17, 2024
1 parent 70be6f5 commit 1545287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mdx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const MdxHeading: React.FC<{
textTransform='none'
id={slugify(children as string)}
sx={{
mt: 2,
mt: headingLevel > 3 ? 2 : 0,
'&:hover .MuiButton-root': {
opacity: '1'
},
Expand Down

0 comments on commit 1545287

Please sign in to comment.