More CSS bug fixes; continuation of #8 #9
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue