Improved album layout.

This commit is contained in:
DebaucheryLibrarian 2021-01-23 23:09:05 +01:00
parent 18a1d74a9a
commit 2f3eb0e16c
1 changed files with 1 additions and 1 deletions

View File

@ -98,12 +98,12 @@ export default {
.album-items {
display: grid;
flex-grow: 1;
align-items: center;
justify-content: center;
grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
grid-gap: 0 1rem;
padding: 1rem;
margin: auto 0;
overflow-y: auto;
}