Skip to content

Commit

Permalink
style: add space after header
Browse files Browse the repository at this point in the history
  • Loading branch information
hetd54 committed Apr 24, 2024
1 parent 4fd784d commit adcae3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const { title, description } = Astro.props
<main>
<article>
<div>
<div>
<h1>{title}</h1>
<div class="flex flex-col gap-3">
<h1 class="title">{title}</h1>
<hr />
</div>
<slot />
Expand Down

0 comments on commit adcae3f

Please sign in to comment.