fix(site): align install requirements grid responsively - #23
Conversation
|
@ming1523 is attempting to deploy a commit to the postigodev's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
The layout bug this fixes is real, but I don't want to merge this implementation as-is. The selector string is doing too much layout work through Can you simplify this so the grid/borders follow the layout structurally rather than encoding individual card positions? A small wrapper/layout adjustment or a simpler responsive grid with per-card border rules would be preferable. Please keep the fix readable enough that someone can understand the md/lg behavior without mentally evaluating several Also, since the PR changes responsive presentation, please rebase/update against current |
What changed
Why
The live install page already has five requirements but still uses
md:grid-cols-4 md:divide-y-0, which leaves the fifth requirement alone on a second row without a matching horizontal boundary.Validation
git diff origin/main...HEAD --check./node_modules/.bin/tsc --noEmit./node_modules/.bin/tailwindcss -i ./app/globals.css -o /tmp/sendo-install-grid.css --minifynext buildattempted; blocked by the environment failing to fetch the existing Google Font (IBM Plex Mono) from Google FontsAI-assisted; the change is intentionally limited to
apps/site/app/install/page.tsx.