diff --git a/front/src/components/library/Artist.vue b/front/src/components/library/Artist.vue index c2834e1de87b11fd3fdd2f9e4e8a65c5c1045e75..7724428cac36ced03671c461dd76bea3acdd6364 100644 --- a/front/src/components/library/Artist.vue +++ b/front/src/components/library/Artist.vue @@ -30,7 +30,7 @@ </div> <div class="ui vertical stripe segment"> <h2>Albums by this artist</h2> - <div class="ui stackable three column grid"> + <div class="ui stackable doubling three column grid"> <div class="column" :key="album.id" v-for="album in albums"> <album-card :mode="'rich'" class="fluid" :album="album"></album-card> </div>