Center albums on index page
This commit is contained in:
parent
4d71f8ca2a
commit
cf9fb1c762
|
|
@ -59,8 +59,8 @@
|
||||||
|
|
||||||
<div class="px-5">
|
<div class="px-5">
|
||||||
<p class="text-lg">albums</p>
|
<p class="text-lg">albums</p>
|
||||||
<div class="leading-tight py-4 ml-3 text-sm" v-for="item in releases">
|
<div class="flex flex-col items-center leading-tight py-4 text-sm" v-for="item in releases">
|
||||||
<p class="text-center leading-tight py-2">{{ item.title }}</p>
|
<p class="leading-tight py-2">{{ item.title }}</p>
|
||||||
<button @click="modalStore.setModalProps('image', 'aspect-auto', true, 'album_art', [{image: item.album_art}], '')">
|
<button @click="modalStore.setModalProps('image', 'aspect-auto', true, 'album_art', [{image: item.album_art}], '')">
|
||||||
<nuxt-img :src="'/album_art/' + item.album_art"
|
<nuxt-img :src="'/album_art/' + item.album_art"
|
||||||
quality="50"/>
|
quality="50"/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue