website/static/src/scss/_spotify.scss

16 lines
193 B
SCSS
Raw Normal View History

body.page-spotifyplaylistpage {
table {
2022-08-18 09:25:14 +01:00
font-size: 80%;
td {
vertical-align: middle;
}
img {
min-width: 55px;
width: 55px;
height: 55px;
}
}
}