Skip to content

Commit 40b86e8

Browse files
committed
fix: add padding to article in PageContent component for improved layout
1 parent dbc20c1 commit 40b86e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nimiq-vitepress-theme/src/layout/PageContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function useEditUrl(relativePath: string): string {
3939
</li>
4040
</ul>
4141

42-
<article flex-1 class="nq-prose" var:nq-prose-max-width:none>
42+
<article flex-1 class="nq-prose" f-pb-3xl var:nq-prose-max-width:none>
4343
<Content max-w-none />
4444
<Changelog v-if="showChangelog" />
4545
</article>

0 commit comments

Comments
 (0)