Skip to content

Commit

Permalink
fix(): Header bottom margin.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Sep 17, 2024
1 parent 241f73b commit a74afe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/docs/components/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const DocsHeaderWrapper = React.forwardRef<
HTMLDivElement,
React.InputHTMLAttributes<HTMLParagraphElement>
>(({ className, type, ...props }, ref) => {
return <div className="flex w-full my-4" ref={ref}>
return <div className="flex w-full my-4 mb-16" ref={ref}>
{props.children}</div>

})
Expand Down

0 comments on commit a74afe8

Please sign in to comment.