From 08877a3e9baef87e0a85bf21385d4776cd253343 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Mon, 10 Feb 2020 00:19:21 +0100 Subject: [PATCH] [docs] Fix scrollbar homepage on mobile --- docs/src/modules/components/HomeUsers.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/modules/components/HomeUsers.js b/docs/src/modules/components/HomeUsers.js index 65d9aaf1c02c67..4663ff2af4353a 100644 --- a/docs/src/modules/components/HomeUsers.js +++ b/docs/src/modules/components/HomeUsers.js @@ -19,8 +19,8 @@ const users = [ }, { logo: 'walmart-labs.svg', - logoWidth: 274, - logoHeight: 52, + logoWidth: 205, + logoHeight: 39, caption: 'Walmart Labs', class: 'walmart', }, @@ -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),