style(dashboard): shrink identity grid cell 46px -> 32px (~30% smaller) (#4143)

Owner found the 46px graph-paper cells a touch large for the dashboard
layout; tightening --grid-size to 32px (a ~30% reduction). Mirrors the
matching change on the marketing site so the two stay identical.

Guard test + design.md updated. Build verified: --grid-size compiles to 32px.
This commit is contained in:
Diego Rodrigues de Sa e Souza
2026-06-18 02:27:05 -03:00
committed by GitHub
parent 9f1d5a0763
commit 3beba2d77f
3 changed files with 6 additions and 6 deletions

View File

@@ -92,7 +92,7 @@
Opacity tuned up from the site's 0.045 so the wallpaper is actually visible on
the dense dashboard (cards/chrome cover most of the viewport). */
--grid-line: rgba(0, 0, 0, 0.07);
--grid-size: 46px;
--grid-size: 32px;
--section-alt: rgba(0, 0, 0, 0.022);
/* Identity tokens mirrored from the site. Definitions only in this phase —