center hero header text

Co-authored-by: Petter Sæterøy <potetmos1@users.noreply.github.com>
This commit is contained in:
2025-07-03 00:00:26 +02:00
parent a4712dfc02
commit 34306d3c46

View File

@ -7,6 +7,6 @@ const t = translations[lang].hero;
--- ---
<section class="flex flex-col items-center justify-center h-[50vh] gap-4"> <section class="flex flex-col items-center justify-center h-[50vh] gap-4">
<h1 class="text-4xl font-extrabold">{t.title}</h1> <h1 class="text-4xl font-extrabold text-center">{t.title}</h1>
<Image src={logo} alt={t.alt} width={250} height={250} loading="eager" /> <Image src={logo} alt={t.alt} width={250} height={250} loading="eager" />
</section> </section>