Fix footer ray overflow hidden
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
/> -->
|
/> -->
|
||||||
|
|
||||||
<ClientOnly>
|
<ClientOnly>
|
||||||
<div class="absolute top-0 w-full max-md:scale-200 origin-top">
|
<div class="absolute top-0 w-full max-md:scale-300 origin-top mask-b-from-0%">
|
||||||
<LightRays
|
<LightRays
|
||||||
rays-color="#007bff"
|
rays-color="#007bff"
|
||||||
:rays-speed="1.75"
|
:rays-speed="1.75"
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
</ClientOnly>
|
</ClientOnly>
|
||||||
|
|
||||||
<div class="flex flex-col gap-4 items-center justify-center relative z-20">
|
<div class="flex flex-col gap-4 items-center justify-center relative z-20">
|
||||||
<div class="flex items-center flex-col gap-8 pb-[10px] pt-[80px] lg:pt-[100px] lg:pb-[50px] justify-center">
|
<div class="flex items-center flex-col gap-8 pb-2.5 pt-20 lg:pt-25 lg:pb-12.5 justify-center">
|
||||||
<img
|
<img
|
||||||
src="/img/heymlz/heymlz-small-idle.gif"
|
src="/img/heymlz/heymlz-small-idle.gif"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
<div class="flex items-center gap-4 mt-6 max-lg:justify-center">
|
<div class="flex items-center gap-4 mt-6 max-lg:justify-center">
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
to="#"
|
to="#"
|
||||||
class="flex-center size-[1.5rem]"
|
class="flex-center size-6"
|
||||||
>
|
>
|
||||||
<Icon
|
<Icon
|
||||||
name="ci:instagram"
|
name="ci:instagram"
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
to="#"
|
to="#"
|
||||||
class="flex-center size-[1.5rem]"
|
class="flex-center size-6"
|
||||||
>
|
>
|
||||||
<Icon
|
<Icon
|
||||||
name="ci:facebook"
|
name="ci:facebook"
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
to="#"
|
to="#"
|
||||||
class="flex-center size-[1.5rem]"
|
class="flex-center size-6"
|
||||||
>
|
>
|
||||||
<Icon
|
<Icon
|
||||||
name="ci:tiktok"
|
name="ci:tiktok"
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
to="#"
|
to="#"
|
||||||
class="flex-center size-[1.5rem]"
|
class="flex-center size-6"
|
||||||
>
|
>
|
||||||
<Icon
|
<Icon
|
||||||
name="ci:youtube"
|
name="ci:youtube"
|
||||||
|
|||||||
Reference in New Issue
Block a user