Commit e7b29a3
committed
fix: Force paragraph spacing and text justification with aggressive CSS
- Increase paragraph margin-bottom from 2rem to 3rem
- Add !important to all paragraph style properties
- Add text-align-last: left to prevent last line stretching
- Add hyphens: auto for better text flow
- Remove leading-relaxed Tailwind class to avoid conflicts
- Ensure text-align: justify overrides any Tailwind defaults1 parent 242a8e2 commit e7b29a3
1 file changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| |||
0 commit comments