make things more readable in the blog
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
faed21c3e9
commit
b181f6e957
@ -52,7 +52,7 @@ export default async function Page({ params }: { params: PageParams }) {
|
||||
)}
|
||||
|
||||
<div className="mx-auto max-w-[80ch] py-6 sm:px-6 lg:px-8">
|
||||
<div className="prose">
|
||||
<div className="prose prose-a:text-blue-600 hover:prose-a:text-blue-500 prose-p:my-2">
|
||||
<MDXContent code={page.mdx} components={{}} />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -44,3 +44,7 @@ body {
|
||||
text-wrap: balance;
|
||||
}
|
||||
}
|
||||
|
||||
.prose p {
|
||||
@apply my-2;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user