Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
style: add padding below headings
Browse files Browse the repository at this point in the history
  • Loading branch information
hetd54 committed Jul 8, 2024
1 parent d598f1b commit a9df8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/documentation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ const appendix = files.filter((file) => file.data.cat === "Appendices")
<div class="space-y-10">
<section class="flex flex-col gap-6">
<div>
<h2>Codebooks</h2>
<h2 class="pb-5">Codebooks</h2>
<DataForm allFiles={codebooks} client:only="react" />
</div>
<div>
<h2>Appendices</h2>
<h2 class="pb-5">Appendices</h2>
<DataForm allFiles={appendix} client:only="react" />
</div>
</section>
Expand Down

0 comments on commit a9df8a7

Please sign in to comment.