center hero header text
Co-authored-by: Petter Sæterøy <potetmos1@users.noreply.github.com>
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user