Skip to content

Commit

Permalink
docs: improve styling
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Aug 29, 2024
1 parent 3274bf0 commit 2756223
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/pages/docs/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ onMounted(() => {

<template>
<UPage>
<UPageHeader :title="page.title" :description="page.description" :links="page.links" :headline="headline" />
<UPageHeader
:ui="{ wrapper: 'lg:mr-10' }"
:title="page.title"
:description="page.description"
:links="page.links"
/>

<UPageBody prose class="dark:text-gray-300 dark:prose-pre:!bg-gray-800/60 lg:pr-10 pb-0">
<ContentRenderer v-if="page.body" :value="page" />
Expand Down

0 comments on commit 2756223

Please sign in to comment.