feat: stars behind Lilou and reduce amount

This commit is contained in:
Pihkaal
2024-10-17 23:42:26 +02:00
parent 2c3e23c51c
commit 6bfb7baa15
2 changed files with 5 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<template>
<main
class="h-full items-center p-5 justify-center flex flex-col space-y-4 bg-[#fa86c4]"
class="h-full items-center relative p-5 justify-center flex flex-col space-y-4 bg-[#fa86c4] z-10"
>
<NuxtRouteAnnouncer />
<h1
@@ -19,7 +19,7 @@
Lilou
</h1>
<div class="fixed inset-0">
<div class="absolute inset-0">
<StarshineGlitter />
</div>
</main>