change bkg (need update home !)

This commit is contained in:
valere
2025-03-16 09:07:59 +01:00
parent 8541050011
commit 9c1204b46b
4 changed files with 32 additions and 43 deletions

View File

@@ -5,6 +5,7 @@
<img :src="props.data.id + '/object.png'" data-atropos-offset="-3" class="absolute inset-0 object-cover" />
<img :src="props.data.id + '/name.png'" data-atropos-offset="0" class="absolute inset-0 object-cover" />
<img src="/logo.svg" data-atropos-offset="0" width="70%" class="logo absolute inset-0" />
<img src="/play.svg" width="20%" class="absolute play" />
</atropos-component>
</NuxtLink>
</template>
@@ -19,4 +20,9 @@ const props = defineProps(['data', 'template'])
left: 14%;
top: 10%;
}
.play {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
</style>