Skip to content

fix(site): align install requirements grid responsively - #23

Open
huyua9 wants to merge 1 commit into
postigodev:mainfrom
huyua9:fix/install-requirements-grid-iuyua9
Open

fix(site): align install requirements grid responsively#23
huyua9 wants to merge 1 commit into
postigodev:mainfrom
huyua9:fix/install-requirements-grid-iuyua9

Conversation

@huyua9

@huyua9 huyua9 commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

What changed

  • use three columns at the md breakpoint and five at lg for the five install requirements
  • keep mobile row dividers and align row/column borders at responsive breakpoints
  • avoid an orphaned fifth card and stray divider at the md row break

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 --minify
  • next build attempted; blocked by the environment failing to fetch the existing Google Font (IBM Plex Mono) from Google Fonts

AI-assisted; the change is intentionally limited to apps/site/app/install/page.tsx.

@vercel

vercel Bot commented Aug 27, 2026

Copy link
Copy Markdown

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants