We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13a5d02 + abb69ef commit 4d0c9a5Copy full SHA for 4d0c9a5
frontend/src/lib/textBlockClassMap.ts
@@ -7,7 +7,7 @@ export const textBlockClassMap: Record<string, string> = {
7
H4: 'text-xl font-semibold tracking-tight scroll-m-20 mt-4 mb-4',
8
9
// Body Typography
10
- P: 'leading-7 scroll-m-20',
+ P: 'text-sm leading-relaxed scroll-m-20',
11
12
// Lead Typography - Prominent Text
13
Lead: 'text-sm text-muted-foreground',
0 commit comments