Compare commits
2 commits
4186045b1a
...
47bd0c59d6
Author | SHA1 | Date | |
---|---|---|---|
![]() |
47bd0c59d6 | ||
![]() |
75a79c89bf |
4 changed files with 35 additions and 20 deletions
|
@ -48,7 +48,7 @@
|
|||
{/if}
|
||||
{/snippet}
|
||||
|
||||
<header class="mb-24 flex flex-col items-center font-title">
|
||||
<header class="mb-24 flex flex-col items-center text-center font-title">
|
||||
<h1 class="mb-1 scroll-m-20 text-5xl font-extrabold tracking-tight lg:text-6xl">Epochalypse</h1>
|
||||
<p class="text-xl font-semibold text-muted-foreground">Ära muretse! Sul on veel aega:</p>
|
||||
</header>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
</AlertDialog.Content>
|
||||
</AlertDialog.Root>
|
||||
|
||||
<header class="mb-12 flex flex-col items-center font-title">
|
||||
<header class="mb-12 flex flex-col items-center text-center font-title">
|
||||
<h1 class="mb-1 scroll-m-20 text-5xl font-extrabold tracking-tight lg:text-6xl">Paku biiti</h1>
|
||||
<p class="text-xl font-semibold text-muted-foreground">
|
||||
Lohista kokku õiged albumi <span class="text-red-600 dark:text-red-400">nimed</span>,
|
||||
|
|
|
@ -35,7 +35,8 @@
|
|||
|
||||
<ModeWatcher />
|
||||
|
||||
<header class="container flex w-full items-center justify-between px-8 py-6">
|
||||
<div class="grid min-h-screen grid-rows-[auto_1fr_auto]">
|
||||
<header class="container flex w-full items-center justify-between px-8 py-6">
|
||||
<a href="/">
|
||||
<img src="/favicon.svg" alt="Mihkel Martin Kasterpalu logo" class="h-9" />
|
||||
</a>
|
||||
|
@ -50,8 +51,22 @@
|
|||
|
||||
<span class="sr-only">Toggle theme</span>
|
||||
</Button>
|
||||
</header>
|
||||
</header>
|
||||
|
||||
<div class="container flex flex-col items-center">
|
||||
<div class="container flex flex-col items-center">
|
||||
{@render children()}
|
||||
</div>
|
||||
|
||||
<footer class="container flex w-full justify-center px-8 py-6 text-center">
|
||||
<p class="text-muted-foreground">
|
||||
Vaata
|
||||
<a
|
||||
href="https://koodi.lenn.uk/mihkelmk/minigames"
|
||||
target="_blank"
|
||||
class=" underline underline-offset-4"
|
||||
>
|
||||
saidi koodi
|
||||
</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<meta property="og:image" content={baseURL + site.image} />
|
||||
</svelte:head>
|
||||
|
||||
<header class="mb-24 flex flex-col items-center font-title">
|
||||
<header class="mb-24 flex flex-col items-center text-center font-title">
|
||||
<h1 class="mb-1 scroll-m-20 text-5xl font-extrabold tracking-tight lg:text-6xl">
|
||||
stuff.kasterpalu.ee
|
||||
</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue