Skip to content

Commit

Permalink
fix article padding
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-stone committed Oct 15, 2024
1 parent f3119c4 commit 3ce39ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/read/[articleUrl]/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const ArticlePage = async ({ params }) => {
content={image ? `${image}` : `/assets/poster.png`}
/>
</head>
<main className="max-w-4xl mx-auto p-4 pt-0 rounded-lg mt-8 text-[18px] leading-relaxed">
<main className="max-w-4xl mx-auto p-4 pt-16 rounded-lg mt-8 text-[18px] leading-relaxed">
{isLoading ? (
<p className="text-gray-500 dark:text-gray-400 text-center">
Loading...
Expand Down

0 comments on commit 3ce39ae

Please sign in to comment.