diff --git a/src/app.css b/src/app.css index bb48005..97de3ce 100644 --- a/src/app.css +++ b/src/app.css @@ -17,7 +17,7 @@ @font-face { font-family: 'Roboto'; src: url('/fonts/Roboto-Medium.ttf') format('truetype'); - font-weight: normal; + font-weight: 500; } @font-face { diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index f8779da..6a8a2d8 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -8,10 +8,6 @@ <title>Craftattack</title> </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"> <!-- svelte-ignore a11y-media-has-caption --> <video @@ -29,6 +25,8 @@ class="w-11/12 sm:w-3/4 pointer-events-none" src="{env.PUBLIC_BASE_PATH}/img/craftattack.webp" alt="Craftattack 6" + width="1905" + height="188" /> <div class="mt-4 sm:mt-10 lg:mt-16"> <Countdown end={Date.parse(env.PUBLIC_START_DATE)} />