Skip to content

Commit

Permalink
fix(): Subtitle bottom margin.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Sep 17, 2024
1 parent 6fdf4d3 commit 0598b03
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 @@ -24,7 +24,7 @@ React.InputHTMLAttributes<HTMLParagraphElement>
>(({ className, type, ...props }, ref) => {
return (
<h2
className={cn('text-muted-foreground mt-5 mb-4 text-2xl tracking-tighter', className)}
className={cn('text-muted-foreground mt-5 mb-8 text-2xl tracking-tighter', className)}
ref={ref}
>
{props.children}
Expand Down

0 comments on commit 0598b03

Please sign in to comment.