1
0
Fork 0

update hover effect

This commit is contained in:
Michael Czechowski 2024-10-19 01:07:29 +02:00
parent 5215d4d48d
commit 184a5c4731
Signed by: nextlevelshit
GPG Key ID: 3DB96851AACDE749
1 changed files with 3 additions and 3 deletions

View File

@ -9,14 +9,14 @@ header.bg-nls-black.text-white
itemprop="email"
)
img.absolute.z-10.left-0.right-0.mx-auto.opacity-0.transition(class="top-[30vh] max-h-[37vh] group-hover:opacity-100 group-hover:scale-150", src=landingpage.emojiSvg, type="image/svg+xml")
img.absolute.z-10.left-0.right-0.mx-auto.opacity-0.transition(class="top-[30vh] max-h-[37vh] group-hover:opacity-100 group-hover:scale-150", src=landingpage.emojiSvg)
img.absolute.z-0.left-0.right-0.mx-auto.transition(class="h-[54vh] group-hover:opacity-60 group-hover:scale-50", src=landingpage.logoSvg)
.absolute.bottom-0.left-0.right-0.z-40
.bottom-0.text-center.max-w-3xl.center.py-8
h2.text-xl.font-semibold.opacity-80(class="sm:text-2xl", itemprop="name")= landingpage.name
h1.text-md.opacity-80(class="sm:text-lg", itemprop="jobTitle")
h2.text-xl.font-semibold.opacity-80(class="sm:text-2xl group-hover:opacity-100", itemprop="name")= landingpage.name
h1.text-md.opacity-80(class="sm:text-lg group-hover:opacity-100", itemprop="jobTitle")
| #{landingpage.jobTitle[0]}
|
wbr