From 2a0fa908c9da0a27d3eeef825351353cfa0d5e9c Mon Sep 17 00:00:00 2001 From: Mikalai Kryshchanovich Date: Sun, 6 Feb 2022 10:28:59 +0300 Subject: [PATCH] fix: #16 house card padding on mobile ver --- src/components/MainPageContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MainPageContent.js b/src/components/MainPageContent.js index 737af51..a2f6991 100644 --- a/src/components/MainPageContent.js +++ b/src/components/MainPageContent.js @@ -107,7 +107,7 @@ const useStyles = makeStyles((theme) => ({ [theme.breakpoints.down('md')]: { flexDirection: 'column', width: '100%', - padding: '0 20px', + paddingLeft: '20px', '& $titleBox': { right: '-12%', position: 'relative',