Skip to content

Commit

Permalink
Revert "Update line height on article titles"
Browse files Browse the repository at this point in the history
This reverts commit 6c573ca.
  • Loading branch information
ljfio committed Nov 22, 2023
1 parent 6c573ca commit 58059c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/post/[slug].astro
Expand Up @@ -72,7 +72,7 @@ const [before] = postsBefore.sort(
<article class="mt-8">
<div class="my-8">
<div class="flex flex-col space-y-2">
<h1 class="font-bold text-5xl lg:text-6xl leading-tight">{title}</h1>
<h1 class="font-bold text-5xl lg:text-6xl">{title}</h1>

<h2 class="text-xl italic">{description}</h2>

Expand Down

0 comments on commit 58059c8

Please sign in to comment.