Skip to content

Commit 01846cc

Browse files
authored
Update Share.js
1 parent 21b3d10 commit 01846cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Share.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ const styles = {
1010
display: 'flex',
1111
flexDirection: 'row',
1212
justifyContent: 'flex-end',
13-
marginRight: '-5px',
13+
marginRight: '-12px',
1414
},
1515
twitter: {
16-
marginRight: '5px',
16+
marginRight: '12px',
1717
width: 48,
1818
height: 48,
1919
},
2020
facebook: {
21-
marginRight: '5px',
21+
marginRight: '12px',
2222
width: 48,
2323
height: 48,
2424
backgroundColor: '#3b5998',
2525
},
2626
line: {
27-
marginRight: '5px',
27+
marginRight: '12px',
2828
width: 48,
2929
height: 48,
3030
},

0 commit comments

Comments
 (0)