Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions apps/docs/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
text-decoration: none;
display: inline-flex;
align-items: center;
align-self: center;

&::before,
&::after {
Expand Down Expand Up @@ -179,6 +180,10 @@
margin-bottom: 0.5rem;
}

> :is(h1,h2,h3) + :is(h2,h3) {
margin-top: 0;
}

blockquote {
margin: 1rem 0;
padding: 0.5rem 1rem;
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/src/components/docs/DocsApi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
v-if="componentApis.length > 0"
class="mt-8 mb-12 markdown-body"
>
<div class="markdown-body flex items-center justify-between gap-4">
<div class="markdown-body flex items-center justify-between gap-4 mb-3">
<DocsHeaderAnchor
id="api-reference"
class="!mb-0"
class="!my-0"
tag="h2"
>
API Reference
Expand Down
Loading