Simplified index.css
Merged colors to single variables
This commit is contained in:
@ -27,7 +27,7 @@ const { Content } = await page.render();
|
||||
<BlogPost {...page.data} language={lang}>
|
||||
<article class="prose prose-moi m-[auto] sm:prose-sm md:prose-md xl:prose-lg text-justify">
|
||||
<div class="text-center">
|
||||
<h1 class="text-4xl">{page.data.title}</h1>
|
||||
<h1 class="lg:text-4xl text-2xl">{page.data.title}</h1>
|
||||
<p>{page.data.author} • {formattedDate}</p>
|
||||
</div>
|
||||
<Content />
|
||||
|
Reference in New Issue
Block a user