mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-15 19:22:21 +01:00
Fix contacts page positioning
This commit is contained in:
@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user