Add text-balance to guide headers

pull/5388/head
Kamran Ahmed 8 months ago
parent 08a3970d08
commit 3e8af3bd0f
  1. 2
      src/components/GuideHeader.astro

@ -40,7 +40,7 @@ const { frontmatter, author } = guide;
target='_blank'>Improve this Guide</a
>
</p>
<h1 class='my-0 text-2xl font-bold sm:my-3.5 sm:text-5xl'>
<h1 class='my-0 text-2xl font-bold sm:my-3.5 sm:text-5xl text-balance'>
{frontmatter.title}
</h1>
<p class='hidden text-xl text-gray-400 sm:block'>

Loading…
Cancel
Save