Commit af19d52
committed
site: enable Tailwind Typography so prose pages render proper headings/lists
The about page (and other pages using 'prose') rendered headings at body size
and lists inline because @tailwindcss/typography was never installed/enabled
under Tailwind v4. Add the plugin and load it via '@plugin' in global.css so the
prose class produces markdown-like heading hierarchy, list styling, and
consistent typography.1 parent 881842c commit af19d52
3 files changed
Lines changed: 49 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
0 commit comments