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

@@ -19,7 +19,7 @@
<section class="splash-screen flex items-center flex-col">
<figure class="ui">
<img class="logo" src="/logo.svg">
<h1 class="text-white pt-6 text-sm md:text-md lg:text-lg text-center font-bold tracking-widest">compilations
<h1 class="text-white pt-6 text-lg md:text-xl lg:text-2xl text-center font-bold tracking-widest text-shadow">compilations
Indépendantes
</h1>
<button class="button button--screened relative top-16 flex justify-center items-center" @click="scrollDown()">
@@ -89,6 +89,7 @@ body {
.splash-screen {
position: relative;
height: 100vh;
box-shadow: inset black 0px 1px 800px 200px;
}
.animation {
@@ -138,4 +139,8 @@ body {
.show {
opacity: 1;
}
.text-shadow {
text-shadow: 3px 2px 8px black;
}
</style>