Skip to content

Commit baf0ad7

Browse files
committed
fix(page-header): Add padding to description paragraph for better alignment
1 parent 74af5b8 commit baf0ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/primitives/page-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function PageHeader({
3636
{description ? (
3737
<p
3838
className={cn(
39-
"mt-4 text-muted-foreground max-w-3xl mx-auto",
39+
"mt-4 pl-4 pr-4 text-muted-foreground max-w-3xl mx-auto",
4040
sizeStyles[size].description,
4141
descriptionClassName
4242
)}

0 commit comments

Comments
 (0)