Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Fix #148 Recommendations flow set to unidirectional (#153)
Browse files Browse the repository at this point in the history
* Fix #148 Recommendations flow set as unidirectional

* Update Recommendations.js as per changes suggested
  • Loading branch information
idontknowjs authored Nov 10, 2020
1 parent fe9a336 commit 46f2067
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/views/pages/common/Recommendations.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,8 @@ const useStyles = makeStyles(theme => ({
'0%': {
left: '10%'
},
'50%': {
left: '-150%'
},
'100%': {
left: '10%'
left: '-140%'
}
},
recommendation_slide: {
Expand All @@ -126,10 +123,7 @@ const useStyles = makeStyles(theme => ({
top: 0,
height: '100%',
width: '250%',
animation: '$slideshow 150s linear infinite',
[theme.breakpoints.down('sm')]: {
animation: '$slideshow 160s linear infinite'
}
animation: '$slideshow 140s linear infinite'
}
}));

Expand Down

0 comments on commit 46f2067

Please sign in to comment.