16 lines
251 B
CSS
16 lines
251 B
CSS
.tracks-gallery-container {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.deepdrft-track-gallery-item-center {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.deepdrft-track-list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 8px;
|
|
width: 100%;
|
|
}
|