Skip to content

Commit

Permalink
add a little space
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhooks committed Oct 29, 2024
1 parent e768286 commit a426b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[post].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export default function PostPage({
</div>
)}
<header className="pb-6 pt-7 sm:pb-18 sm:pt-16 space-y-4 ">
<h1 className="max-w-screen-md font-extrabold sm:text-4xl text-2xl leading-tighter w-fit">
<h1 className="max-w-screen-md font-extrabold sm:text-4xl text-2xl leading-tighter w-fit pb-6">
{post.fields.title}
</h1>
<InstructorProfile instructor={instructor} />
Expand Down

0 comments on commit a426b20

Please sign in to comment.