Skip to content

Commit

Permalink
Update Share.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arosh committed Oct 24, 2023
1 parent 21b3d10 commit 01846cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Share.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ const styles = {
display: 'flex',
flexDirection: 'row',
justifyContent: 'flex-end',
marginRight: '-5px',
marginRight: '-12px',
},
twitter: {
marginRight: '5px',
marginRight: '12px',
width: 48,
height: 48,
},
facebook: {
marginRight: '5px',
marginRight: '12px',
width: 48,
height: 48,
backgroundColor: '#3b5998',
},
line: {
marginRight: '5px',
marginRight: '12px',
width: 48,
height: 48,
},
Expand Down

0 comments on commit 01846cc

Please sign in to comment.