fix: module grid ratio now matches mockup (7fr/3fr = 855/367px)

Added min-width:0 to fix grid fr unit calculation.
Budget module: 855px, Issues: 367px — exact mockup match.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yusuf Suleman
2026-03-30 22:06:36 -05:00
parent 40a459e752
commit 51a8157fd4

View File

@@ -422,6 +422,11 @@
gap: 10px;
align-items: start;
}
.db-modules > :global(.module) {
padding: 22px 24px;
border-radius: 16px;
min-width: 0;
}
/* ── Mobile ── */
@media (max-width: 900px) {