We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a81384 commit b9ac742Copy full SHA for b9ac742
src/components/Headings.tsx
@@ -1,7 +1,7 @@
1
import { PropsWithChildren } from "react"
2
3
export function H2({ children }: PropsWithChildren<unknown>) {
4
- return <h2 className="scroll-m-20 text-4xl font-extrabold tracking-tight lg:text-5xl">{children}</h2>
+ return <h2 className="scroll-m-20 text-4xl font-extrabold tracking-tight lg:text-5xl mb-6 pt-4">{children}</h2>
5
}
6
7
export function H3({ children }: PropsWithChildren<unknown>) {
0 commit comments