Skip to content

Commit 13e0a42

Browse files
committed
Add separator between hero and API content
1 parent ad418b2 commit 13e0a42

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/lib/components/pages/PackageApi.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
<p class="description">Complete API documentation for {pkg.name}.</p>
6464
</div>
6565

66+
<div class="separator"></div>
67+
6668
{#if modules.length === 0}
6769
<div class="tile placeholder-tile">
6870
<div class="panel-body tile-body">

0 commit comments

Comments
 (0)