More CSS bug fixes; continuation of #8 #9

Merged
DorianNiemiecSVRJS merged 4 commits from main into main 2024-07-30 13:32:27 +02:00
Showing only changes of commit 99cc32f831 - Show all commits

View file

@ -73,7 +73,7 @@ const Page = ({ params }: { params: { slug: string } }) => {
return (
<>
<section className="wrapper container py-24 md:py-28 gap-4 flex flex-col">
<h1 className="text-3xl md:text-5xl font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
<h1 className="text-3xl md:text-5xl md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
{page.title}
</h1>
<ReactMarkdown className="prose max-w-full prose-lg dark:prose-invert">