Skip to content

Commit

Permalink
fix: increase dhatu page section header font size
Browse files Browse the repository at this point in the history
  • Loading branch information
vipranarayan14 committed Jun 23, 2024
1 parent 2a79048 commit d2a17a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/dhatu/[itemId]/SectionHeading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type Props = {
export function SectionHeading({ children }: Props) {
return (
<header>
<h2 className="py-2 my-3 fs-5 fw-bold border-bottom">{children}</h2>
<h2 className="py-2 my-3 fs-4 border-bottom">{children}</h2>
</header>
);
}

0 comments on commit d2a17a9

Please sign in to comment.