Skip to content

Commit 265ac89

Browse files
committed
Little style tweaks
1 parent 3443de7 commit 265ac89

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

layouts/PostLayout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ export default function PostLayout({ content, authorDetails, next, prev, childre
5959
<SectionContainer>
6060
<ScrollTopAndComment />
6161
<article>
62-
<div className="divide-y divide-gray-200 dark:divide-gray-700">
62+
<div>
6363
<header className="pt-6">
64-
<div className="mx-auto max-w-3xl space-y-6 pb-10">
64+
<div className="mx-auto max-w-3xl space-y-6 border-b border-gray-200 pb-10 dark:border-gray-700">
6565
<dl>
6666
<div>
6767
<dt className="sr-only">Published on</dt>
@@ -73,7 +73,7 @@ export default function PostLayout({ content, authorDetails, next, prev, childre
7373
</dd>
7474
</div>
7575
</dl>
76-
<h1 className="max-w-4xl text-4xl leading-[1] font-semibold tracking-tight text-gray-950 sm:text-5xl md:text-6xl dark:text-gray-50">
76+
<h1 className="max-w-4xl text-pretty text-4xl leading-[1] font-semibold tracking-tight text-gray-950 sm:text-5xl md:text-6xl dark:text-gray-50">
7777
{title}
7878
</h1>
7979
{byline && (

0 commit comments

Comments
 (0)