Fine tune album grid for mobile view
This commit is contained in:
parent
b661d52477
commit
5412bb2dc8
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ const useStyles = makeStyles((theme) => ({
|
||||||
margin: '20px'
|
margin: '20px'
|
||||||
},
|
},
|
||||||
gridListTile: {
|
gridListTile: {
|
||||||
minHeight: '200px',
|
minHeight: '180px',
|
||||||
minWidth: '200px'
|
minWidth: '180px'
|
||||||
},
|
},
|
||||||
cover: {
|
cover: {
|
||||||
display: 'inline-block',
|
display: 'inline-block',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue