Simplify layout across site
This commit is contained in:
parent
20cf03e0a6
commit
1c0b60e5e0
6 changed files with 5 additions and 17 deletions
|
@ -1,7 +0,0 @@
|
|||
<script lang="ts">
|
||||
let { children } = $props();
|
||||
</script>
|
||||
|
||||
<div class="container flex min-h-screen flex-col items-center justify-center py-4">
|
||||
{@render children()}
|
||||
</div>
|
|
@ -93,7 +93,7 @@
|
|||
</AlertDialog.Content>
|
||||
</AlertDialog.Root>
|
||||
|
||||
<header class="font-title mb-24 flex flex-col items-center">
|
||||
<header class="font-title mb-16 flex flex-col items-center">
|
||||
<h1 class="mb-1 scroll-m-20 text-6xl font-extrabold tracking-tight lg:text-7xl">Paku biiti</h1>
|
||||
<p class="text-2xl font-semibold text-muted-foreground">
|
||||
Lohista kokku õiged albumi <span class="text-red-600 dark:text-red-400">nimed</span>,
|
|
@ -1,7 +0,0 @@
|
|||
<script lang="ts">
|
||||
let { children } = $props();
|
||||
</script>
|
||||
|
||||
<div class="container mt-32 flex flex-col items-center py-4">
|
||||
{@render children()}
|
||||
</div>
|
|
@ -51,4 +51,6 @@
|
|||
</Button>
|
||||
</header>
|
||||
|
||||
{@render children()}
|
||||
<div class="container mt-24 flex flex-col items-center py-4">
|
||||
{@render children()}
|
||||
</div>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<meta property="og:image" content={baseURL + '/favicon.svg'} />
|
||||
</svelte:head>
|
||||
|
||||
<header class="mb-24 flex flex-col items-center font-title">
|
||||
<header class="font-title mb-24 flex flex-col items-center">
|
||||
<h1 class="mb-1 scroll-m-20 text-6xl font-extrabold tracking-tight lg:text-7xl">
|
||||
stuff.kasterpalu.ee
|
||||
</h1>
|
Loading…
Add table
Reference in a new issue