Fix contacts page positioning

This commit is contained in:
2023-01-19 19:11:52 +01:00
parent eb35b9575a
commit 251a2a683e

View File

@ -3,7 +3,7 @@
<Navbar /> <Navbar />
</div> </div>
<main class="absolute top-0 h-screen w-screen z-0"> <main class="absolute top-0 left-0 h-screen w-screen z-0">
<div class="flex justify-center items-center h-full w-full"> <div class="flex justify-center items-center h-full w-full">
<div> <div>
<h1 class="text-5xl font-bold text-center">{{ t("contacts") }}</h1> <h1 class="text-5xl font-bold text-center">{{ t("contacts") }}</h1>