Skip to content

Commit 6e41339

Browse files
Fran McDadeFran McDade
authored andcommitted
feat: update data dictionary view to be full width (#456)
1 parent fcd05ec commit 6e41339

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/components/DataDictionary/dataDictionary.styles.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ export const grid = css`
1111
export const View = styled("div")`
1212
${grid};
1313
flex: 1;
14-
margin: 0 auto;
15-
max-width: min(calc(100vw - 48px), 1392px);
14+
margin: 0 24px;
1615
position: relative;
1716
1817
${mediaTabletDown} {
1918
grid-template-columns: 1fr;
20-
max-width: calc(100vw - 32px);
19+
margin: 0 16px;
2120
}
2221
`;

0 commit comments

Comments
 (0)