set height and width to 100% on index image
All checks were successful
delpoy / build-and-deploy (push) Successful in 41s
All checks were successful
delpoy / build-and-deploy (push) Successful in 41s
This commit is contained in:
parent
48d3565008
commit
ccdf9b9bed
@ -63,7 +63,13 @@
|
|||||||
class="hidden xl:block absolute top-0 left-0 h-full w-full"
|
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%);"
|
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>
|
||||||
<div class="hidden xl:flex justify-center absolute bottom-12 right-0 w-[60%]">
|
<div class="hidden xl:flex justify-center absolute bottom-12 right-0 w-[60%]">
|
||||||
<Countdown end={Date.parse(env.PUBLIC_START_DATE)} />
|
<Countdown end={Date.parse(env.PUBLIC_START_DATE)} />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user