Skip to content

Commit

Permalink
chore: add margin bottom to Heading component
Browse files Browse the repository at this point in the history
  • Loading branch information
rxyhn committed Sep 27, 2024
1 parent 16c7112 commit 5d55648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Heading.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const { title, description, highlight } = Astro.props;
</p>
{
highlight && (
<div>
<div class="mb-6">
{highlight.map((item) => (
<p class="text-justify text-black/80 dark:text-white/80">{item}</p>
))}
Expand Down

0 comments on commit 5d55648

Please sign in to comment.