Skip to content

Commit

Permalink
fixed the width flex bug on profile blog lists (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
PostNZT authored May 25, 2021
1 parent 6e091f2 commit b13bdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/PostList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const useStyle = createUseStyles(theme => ({
display: 'inline-block',
},
row: {
width: '95%',
width: 'max-content',
margin: '0 auto',
paddingTop: 20,
marginBottom: 10,
Expand Down

0 comments on commit b13bdd5

Please sign in to comment.