Commit 5ac3109
fix(DetailSection): use responsive breakpoints for grid columns instead of hardcoding
Use sm:grid-cols-2 (640px) instead of md:grid-cols-2 (768px) so larger
phones get 2 columns, while narrow screens still fall back to 1 column.
Progressive: 1 col → sm:2 cols → lg:3 cols.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 5ee15a8 commit 5ac3109
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | | - | |
200 | | - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments