Fix Album grid responsiveness on small screens.

Potentially fixes #647
This commit is contained in:
Deluan 2021-07-04 12:09:30 -04:00
parent 69afb69959
commit 5d9bea5087

View File

@ -23,6 +23,7 @@ const useStyles = makeStyles(
(theme) => ({
root: {
margin: '20px',
display: 'grid',
},
tileBar: {
transition: 'all 150ms ease-out',