mirror of
https://github.com/rramiachraf/dumb.git
synced 2025-04-03 04:47:36 +03:00
14 lines
207 B
CSS
14 lines
207 B
CSS
#album-artwork {
|
|
width: 24rem;
|
|
border-radius: 3px;
|
|
box-shadow: 0 1px 1px #ddd;
|
|
}
|
|
|
|
#album-tracklist {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1rem;
|
|
flex-basis: 0;
|
|
flex-shrink: 0;
|
|
flex-grow: 1;
|
|
}
|