Skip to content

Commit 746cfce

Browse files
committed
docs: missing padding on body
1 parent 76dc891 commit 746cfce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/pages/[...slug].vue

+4-2
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,11 @@ const ecosystemLinks = [
7979
<UPage>
8080
<UPageHeader :title="page.title" :description="page.description" :links="page.links" :headline="headline" />
8181

82-
<UPageBody prose class="pb-0">
82+
<UPageBody prose>
8383
<ContentRenderer v-if="page.body" :value="page" />
84-
<hr v-if="surround?.length" class="my-8">
84+
85+
<hr v-if="surround?.length">
86+
8587
<UDocsSurround :surround="surround" />
8688
</UPageBody>
8789

0 commit comments

Comments
 (0)