Skip to content

Commit

Permalink
fix: #16 house card padding on mobile ver
Browse files Browse the repository at this point in the history
  • Loading branch information
mikalai-kryshchanovich-epam committed Feb 6, 2022
1 parent ec61722 commit 2a0fa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MainPageContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2a0fa90

Please sign in to comment.