Commit 05c1ad0
committed
Fix ecosystem grid to 3 columns for balanced 3x2 layout
The auto-fit minmax(200px) was creating 5 columns, causing module
path text overflow and an orphaned 6th card. Fixed to repeat(3, 1fr)
which gives a clean 3+3 grid matching the 6 ecosystem modules.1 parent 665b72b commit 05c1ad0
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
| 143 | + | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| |||
0 commit comments