Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit e1384b6

Browse files
committed
docs: add margin to docs pages
1 parent 514cc0f commit e1384b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

website/layouts/default.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
>
1414
<CReset />
1515
<Navbar />
16-
<CFlex max-h="calc(100vh - 60px)">
16+
<CFlex
17+
max-h="calc(100vh - 60px)"
18+
max-w="1440px"
19+
mx="auto"
20+
>
1721
<Sidebar />
1822
<CBox
1923
id="main-content"

0 commit comments

Comments
 (0)