/* Override this file to customise the theme's CSS for your site */

/* Album table, used on the Music section page: a small cover thumbnail
   on the left, artist/title on the right. */
.album-table {
    width: 100%;
}

.album-table__row + .album-table__row .album-table__caption,
.album-table__row + .album-table__row .album-table__cover-cell {
    padding-top: 0.75rem;
}

.album-table__caption {
    vertical-align: middle;
}

.album-table__cover-cell {
    width: 3rem;
}

.album-table__cover {
    display: block;
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    background: var(--inner-bg);
    border-radius: 0.25rem;
}
