diff --git a/components/docs/DocsPageLayout.vue b/components/docs/DocsPageLayout.vue index f79cc70a1..720aa7dca 100644 --- a/components/docs/DocsPageLayout.vue +++ b/components/docs/DocsPageLayout.vue @@ -142,7 +142,8 @@ css({ } }, '@lg': { - marginTop: 0 + marginTop: 0, + gridColumnStart: 2, }, // `.not-prose` can be useful if creating

with a component (404 page is an example) ':deep(h1:not(.not-prose):first-child)': {