UI: 5 pillar cards create uneven grid at all breakpoints #62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The "Pick a starting point" grid has 5 pillar cards. In the 2-column desktop layout, the second row has 1 card sitting alone. At mobile 1-column layout, there's an odd number.
Location
`src/routes/index.tsx` lines 57-88, `src/lib/articles-types.ts` PILLARS constant
Suggested Fix
Fixed in commit
2126cc5.Changes:
md:grid-cols-2tomd:grid-cols-3— 5 pillar cards now render as 3+2 instead of 2+2+1md:col-span-1 lg:col-span-1— full width on mobile, single column on desktopCloses #62.