Skip to content

Commit

Permalink
[Impact] handle influence background with backgroundImage instead of …
Browse files Browse the repository at this point in the history
…background
  • Loading branch information
hsiao19 committed Mar 3, 2021
1 parent 020e75d commit a97d547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ReportPage/SectionInfluence.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ const useStyles = makeStyles(theme => ({
zIndex: -1,
height: 0,
paddingTop: '18%',
background: `url(${bgBottom})`,
backgroundImage: `url(${bgBottom})`,
backgroundSize: 'cover',
backgroundPosition: 'bottom center',

[theme.breakpoints.down('xs')]: {
height: 110,
background: `url(${bgBottomMobile})`,
backgroundImage: `url(${bgBottomMobile})`,
marginTop: 30,
},
},
Expand Down

0 comments on commit a97d547

Please sign in to comment.