We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd05ec commit 6e41339Copy full SHA for 6e41339
1 file changed
src/components/DataDictionary/dataDictionary.styles.ts
@@ -11,12 +11,11 @@ export const grid = css`
11
export const View = styled("div")`
12
${grid};
13
flex: 1;
14
- margin: 0 auto;
15
- max-width: min(calc(100vw - 48px), 1392px);
+ margin: 0 24px;
16
position: relative;
17
18
${mediaTabletDown} {
19
grid-template-columns: 1fr;
20
- max-width: calc(100vw - 32px);
+ margin: 0 16px;
21
}
22
`;
0 commit comments