Skip to content

Commit 4d0c9a5

Browse files
authored
Merge pull request #650 from Ivy-Interactive/feat/typography-font-adjustment
(fonts): better spacing for html P vanilla thing
2 parents 13a5d02 + abb69ef commit 4d0c9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/lib/textBlockClassMap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const textBlockClassMap: Record<string, string> = {
77
H4: 'text-xl font-semibold tracking-tight scroll-m-20 mt-4 mb-4',
88

99
// Body Typography
10-
P: 'leading-7 scroll-m-20',
10+
P: 'text-sm leading-relaxed scroll-m-20',
1111

1212
// Lead Typography - Prominent Text
1313
Lead: 'text-sm text-muted-foreground',

0 commit comments

Comments
 (0)