Commit a4511b6
fix: unify content max-width across all pages
Apply lg:max-w-4xl globally on the content wrapper in Index.tsx so every
section (about, projects, blog, playlist, contact) uses the same width cap
on desktop. Remove per-section max-w-4xl from BlogSection and BlogPostReader
since the global wrapper now handles it.
Mobile and tablet remain full-width (constraint only activates at lg+).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 7595e04 commit a4511b6
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments