Skip to content

Commit 2217077

Browse files
Fix ad background on wide screens
1 parent f947978 commit 2217077

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dotcom-rendering/src/components/PuzzlesDirectory.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,7 @@ const nestedStyles = (span: number) => css`
395395
`;
396396

397397
const adStyles = css`
398-
max-width: 1300px;
399-
margin: 0 auto;
398+
width: 100%;
400399
overflow: hidden;
401400
background: ${palette.neutral[97]};
402401
`;

0 commit comments

Comments
 (0)