remove unnecessary countdown
All checks were successful
delpoy / build-and-deploy (push) Successful in 26s
All checks were successful
delpoy / build-and-deploy (push) Successful in 26s
This commit is contained in:
parent
84c61e2f72
commit
677def02ca
@ -17,7 +17,7 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Roboto';
|
font-family: 'Roboto';
|
||||||
src: url('/fonts/Roboto-Medium.ttf') format('truetype');
|
src: url('/fonts/Roboto-Medium.ttf') format('truetype');
|
||||||
font-weight: normal;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -8,10 +8,6 @@
|
|||||||
<title>Craftattack</title>
|
<title>Craftattack</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<div class="w-full flex justify-center items-center">
|
|
||||||
<Countdown end={Date.parse(env.PUBLIC_START_DATE)} />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="absolute top-0 left-0 h-screen w-full overflow-hidden">
|
<div class="absolute top-0 left-0 h-screen w-full overflow-hidden">
|
||||||
<!-- svelte-ignore a11y-media-has-caption -->
|
<!-- svelte-ignore a11y-media-has-caption -->
|
||||||
<video
|
<video
|
||||||
@ -29,6 +25,8 @@
|
|||||||
class="w-11/12 sm:w-3/4 pointer-events-none"
|
class="w-11/12 sm:w-3/4 pointer-events-none"
|
||||||
src="{env.PUBLIC_BASE_PATH}/img/craftattack.webp"
|
src="{env.PUBLIC_BASE_PATH}/img/craftattack.webp"
|
||||||
alt="Craftattack 6"
|
alt="Craftattack 6"
|
||||||
|
width="1905"
|
||||||
|
height="188"
|
||||||
/>
|
/>
|
||||||
<div class="mt-4 sm:mt-10 lg:mt-16">
|
<div class="mt-4 sm:mt-10 lg:mt-16">
|
||||||
<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