diff --git a/docs/src/app.svelte b/docs/src/app.svelte index 071cfc1..e9980ce 100644 --- a/docs/src/app.svelte +++ b/docs/src/app.svelte @@ -129,6 +129,11 @@ margin: 48px 0; } + section:first-child { + margin-bottom: 0; + margin-top: 0; + } + section h1 { display: inline-block; }