Skip to content

Commit

Permalink
feat: [M3-6466] feedback: responsive change
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-akamai committed May 10, 2023
1 parent e763f36 commit 0818cc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const StyledResourcesLinksSection = styled('div', {
gridAutoFlow: 'column',
justifyItems: 'center',
maxWidth: props.wide === false ? 762 : '100%',
[theme.breakpoints.down('md')]: {
[theme.breakpoints.down(props.wide ? 'lg' : 'md')]: {
gridAutoFlow: 'row',
rowGap: theme.spacing(8),
justifyItems: 'start',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ const StyledResourcesLinksSubSection = styled('div', {
gridTemplateRows: `22px minmax(${theme.spacing(3)}, 100%) 1.125rem`,
rowGap: theme.spacing(2),
width: '100%',
[theme.breakpoints.between('md', 'lg')]: {
gridTemplateRows: 'inherit',
},
'& > h2': {
color: theme.palette.text.primary,
},
Expand Down

0 comments on commit 0818cc5

Please sign in to comment.