Commit 5be8f11
committed
fix(treasury): natural height for the sponsorship card
The paired-cards grid had no items-* class, so the CSS grid default —
align-items: stretch — forced the short sponsorship card to the inflows
card's full height, leaving a void below its button. items-start lets it
end where its content ends, as the design reference shows.
Measured: before both children at 1414px; after 1414 vs 772. Mobile
stacks single-column, each card natural height, no overflow.1 parent c497a73 commit 5be8f11
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
| |||
0 commit comments