Skip to content

Commit

Permalink
#237 - Removing horizontal overflow from audiences
Browse files Browse the repository at this point in the history
  • Loading branch information
mlfaa committed Dec 15, 2021
1 parent 0fce78e commit 473af1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/pages/audienciasPageStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export const useStyles = makeStyles((theme) => ({
padding: '0px 0px 0px 16px',
marginTop: '40px',

'@media (max-width: 1025px)': {
overflowX: 'hidden !important',
},
[theme.breakpoints.up('sm')]: {
padding: '0px 0px 0px 35px',
marginTop: '48px',
Expand Down

0 comments on commit 473af1a

Please sign in to comment.