Skip to content
Snippets Groups Projects
Verified Commit c14aebcc authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Minor responsive tweak

parent 86fb49a7
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment