Added gitea button

This commit is contained in:
Alexis
2026-07-07 21:25:29 +02:00
parent 12725101af
commit a2281d5363
3 changed files with 24 additions and 14 deletions

View File

@@ -87,17 +87,17 @@ const websiteDomain = "alexcreates.fr"
</script>
</head>
<body class="h-screen relative bg-background text-body px-12 overflow-hidden">
<Navbar />
<body class="h-screen relative bg-background text-body px-3 md:px-12 overflow-hidden">
<Navbar />
<slot />
<slot />
<!-- {hasParticles &&
<BgParticles />
} -->
<!-- {hasParticles &&
<BgParticles />
} -->
{hasGrid &&
<BgGrid />
}
{hasGrid &&
<BgGrid />
}
</body>
</html>