Skip to content

Commit

Permalink
Merge pull request #204 from NobbZ/fix-code-margin
Browse files Browse the repository at this point in the history
fix code margin
  • Loading branch information
NobbZ authored Jun 17, 2023
2 parents 506feed + ae4ba90 commit f86902a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/pre.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const childFun = ({
"md:left-[calc((var(--content-width)-(var(--box-width)*0.95))/2-theme(padding.2))]",
"md:w-[calc(var(--box-width)*0.95)]",
"p-2",
"my-4",
"overflow-auto",
"rounded-md",
langClass
Expand Down

0 comments on commit f86902a

Please sign in to comment.