forked from DebaucheryLibrarian/traxxx
Improved album layout.
This commit is contained in:
parent
18a1d74a9a
commit
2f3eb0e16c
|
@ -98,12 +98,12 @@ export default {
|
||||||
|
|
||||||
.album-items {
|
.album-items {
|
||||||
display: grid;
|
display: grid;
|
||||||
flex-grow: 1;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
|
||||||
grid-gap: 0 1rem;
|
grid-gap: 0 1rem;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
margin: auto 0;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue