set height and width to 100% on index image
All checks were successful
delpoy / build-and-deploy (push) Successful in 41s

This commit is contained in:
bytedream 2024-12-03 16:15:40 +01:00
parent 48d3565008
commit ccdf9b9bed

View File

@ -63,7 +63,13 @@
class="hidden xl:block absolute top-0 left-0 h-full w-full"
style="clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);"
>
<img src="{env.PUBLIC_BASE_PATH}/img/bg.webp" alt="" loading="lazy" />
<img
src="{env.PUBLIC_BASE_PATH}/img/bg.webp"
alt=""
loading="lazy"
width="100%"
height="100%"
/>
</div>
<div class="hidden xl:flex justify-center absolute bottom-12 right-0 w-[60%]">
<Countdown end={Date.parse(env.PUBLIC_START_DATE)} />