Skip to content

Commit 32b7ded

Browse files
committed
adj margin to match download area width
1 parent a5c8ad6 commit 32b7ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/ui/ImagesList/Row.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const styles = theme => {
3636
boxShadow: 'inset 0 1px 0 0 rgba(255, 255, 255, 0.075)',
3737
margin: `${spUnit}px 0`,
3838
[theme.breakpoints.up('md')]: {
39-
margin: 16,
39+
// margin: 16,
4040
padding: 8,
4141
},
4242
},

0 commit comments

Comments
 (0)