Make page header text center aligned

This commit is contained in:
Mihkel Martin Kasterpalu 2025-01-30 15:43:02 +02:00
parent 4186045b1a
commit 75a79c89bf
3 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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>,

View file

@ -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>