Skip to content

Commit 4bb794c

Browse files
Update to align useful links divider at wide breakpoint
1 parent 862ff1e commit 4bb794c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

dotcom-rendering/src/components/PuzzlesSupporting.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ const usefulContentStyles = (showNewsletter: boolean) => css`
7575
minmax(0, 1fr)
7676
);
7777
}
78+
79+
${from.wide} {
80+
grid-template-columns: ${showNewsletter
81+
? 'repeat(4, minmax(0, 1fr))'
82+
: 'repeat(2, minmax(0, 490px))'};
83+
}
7884
`;
7985

8086
const usefulLinkStyles = css`

0 commit comments

Comments
 (0)