Small fix to projects page
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 15m5s

This commit is contained in:
2025-08-21 16:26:43 +09:30
parent a37051afce
commit a4423b18cf

View File

@@ -71,7 +71,7 @@ import P from "@components/MDX/P.astro";
><div
class="absolute inset-0 flex h-full w-full items-center justify-center px-8 text-center"
>
<h1 class="font-header text-4xl uppercase text-shadow-lg/75">
<h1 class="font-header text-5xl uppercase text-shadow-lg/75">
{project.data.title}
</h1>
</div></ImageCarousel
@@ -79,7 +79,7 @@ import P from "@components/MDX/P.astro";
</div>
</section>
<section id="projects" class="bg-white dark:bg-gray-950">
<div <div class="mx-auto max-w-4xl px-8 py-16 text-justify md:text-left">
<div class="mx-auto max-w-4xl px-8 py-16 text-justify md:text-left">
<Content
components={{
p: P,