Skip to content

Commit feaf603

Browse files
committed
Widen pages
1 parent 843b6fb commit feaf603

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.vitepress/theme/custom.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,33 @@
1313
a {
1414
text-decoration: none !important;
1515
}
16+
1617
pre {
1718
white-space: pre-wrap;
1819
}
20+
1921
:root {
2022
--vp-code-color: var(--vp-c-text-1);
23+
--vp-layout-max-width: 1920px;
2124
}
25+
2226
.vp-doc h2 {
2327
padding-top: 12px;
2428
padding-bottom: 12px;
2529
}
30+
2631
.vp-doc h2 .header-anchor {
2732
top: 12px;
2833
}
34+
35+
.VPDoc:not(.has-sidebar) .container {
36+
max-width: 1584px !important;
37+
}
38+
39+
.VPDoc:not(.has-sidebar) .content {
40+
max-width: 1264px !important;
41+
}
42+
43+
.VPDoc.has-aside .content-container {
44+
max-width: 1168px !important;
45+
}

0 commit comments

Comments
 (0)