Small fix to projects page
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 15m5s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 15m5s
This commit is contained in:
@@ -71,7 +71,7 @@ import P from "@components/MDX/P.astro";
|
|||||||
><div
|
><div
|
||||||
class="absolute inset-0 flex h-full w-full items-center justify-center px-8 text-center"
|
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}
|
{project.data.title}
|
||||||
</h1>
|
</h1>
|
||||||
</div></ImageCarousel
|
</div></ImageCarousel
|
||||||
@@ -79,7 +79,7 @@ import P from "@components/MDX/P.astro";
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="projects" class="bg-white dark:bg-gray-950">
|
<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
|
<Content
|
||||||
components={{
|
components={{
|
||||||
p: P,
|
p: P,
|
||||||
|
Reference in New Issue
Block a user