Skip to content

Commit 3e55da1

Browse files
authored
Top-align homepage product sub-items (#62695)
1 parent a2a50f0 commit 3e55da1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/landings/components/ProductSelectionCard.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// A single "All Docs" grid cell: category heading at the top, product links
2-
// bottom-aligned (space-between) so every cell in a row shares the tallest
3-
// height — matching the Docs 2026 design. Internal dividers are the cell's left
2+
// top-aligned directly beneath it. Cells in a row still stretch to the tallest
3+
// cell's height via the grid. Internal dividers are the cell's left
44
// border (skipped on the first column of each row, per breakpoint, so they don't
55
// double the container rail) plus a bottom border for row dividers. The column
66
// count steps 1 -> 2 -> 3 -> 4, so each breakpoint re-applies the left border to
77
// every cell and then clears it on the new first-of-row.
88
.cell {
99
display: flex;
1010
flex-direction: column;
11-
justify-content: space-between;
11+
justify-content: flex-start;
1212
gap: 2.25rem;
1313
padding: 2rem;
1414
border-bottom: var(--brand-borderWidth-thin, 1px) solid

0 commit comments

Comments
 (0)