Skip to content

Commit

Permalink
resize article heading on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
janinedotgm committed Nov 11, 2024
1 parent 7652f55 commit ae926a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/blog/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default async function BlogPost({
<Subheading className="mt-16">
{/* {dayjs(post.publishedAt).format('dddd, MMMM D, YYYY')} */}
</Subheading>
<h1 className="mt-24 text-6xl">
<h1 className="mt-12 lg:mt-24 text-4xl lg:text-6xl">
{post.title}
</h1>
<div className="mt-4 lg:mt-16 grid grid-cols-1 gap-8 pb-24 lg:grid-cols-[15rem_1fr] xl:grid-cols-[15rem_1fr_15rem]">
Expand Down

0 comments on commit ae926a9

Please sign in to comment.