Skip to content

Commit

Permalink
[docs] Fix scrollbar homepage on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 9, 2020
1 parent 530fd48 commit 08877a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/modules/components/HomeUsers.js
Expand Up @@ -19,8 +19,8 @@ const users = [
},
{
logo: 'walmart-labs.svg',
logoWidth: 274,
logoHeight: 52,
logoWidth: 205,
logoHeight: 39,
caption: 'Walmart Labs',
class: 'walmart',
},
Expand Down Expand Up @@ -112,7 +112,7 @@ const styles = theme => ({
margin: theme.spacing(0.5, 3, 1.5),
},
walmart: {
margin: theme.spacing(0.9, 3, 1.5),
margin: '13px 4px 12px',
},
button: {
margin: theme.spacing(2, 0, 0),
Expand Down

0 comments on commit 08877a3

Please sign in to comment.