Commit d272db4
committed
docs: fix homepage text wrapping — widen splash container
The shared theme's --sl-content-width (50rem/800px) is too narrow for
the splash page feature sections which use side-by-side layouts with
wide ASCII terminal art. The terminal tables blow out the flex layout
and crush the text column to near-zero width.
Fix:
- Widen the splash page container to 68rem (~1088px) matching production
- Add overflow: hidden + min-width: 0 on .feature-visual to prevent
terminal content from expanding the flex item beyond 55%1 parent 18c5cfc commit d272db4
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
145 | 148 | | |
146 | | - | |
| 149 | + | |
147 | 150 | | |
148 | 151 | | |
149 | 152 | | |
| |||
210 | 213 | | |
211 | 214 | | |
212 | 215 | | |
| 216 | + | |
213 | 217 | | |
214 | 218 | | |
215 | 219 | | |
| |||
221 | 225 | | |
222 | 226 | | |
223 | 227 | | |
| 228 | + | |
224 | 229 | | |
225 | 230 | | |
226 | 231 | | |
| |||
0 commit comments