Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa-thayto committed Sep 24, 2024
1 parent 962fc8f commit 708c71d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/blog/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const PostPage = ({
</main>
</article>

<section className="grid md:grid-cols-2 lg:-mx-24 mt-6">
<footer className="grid md:grid-cols-2 mt-6 gap-4">
{prevPost && (
<Link
href={`/blog/${prevPost.slug}`}
Expand Down Expand Up @@ -173,7 +173,7 @@ const PostPage = ({
<ArrowRightIcon className="h-6 w-6 text-indigo-500 mt-auto mx-auto md:ml-0" />
</Link>
)}
</section>
</footer>

<section id="comments" className="px-4 sm:px-12 border-t mt-6 pt-4">
<h2 className="text-2xl text-slate-900 dark:text-white font-bold">
Expand Down

0 comments on commit 708c71d

Please sign in to comment.