We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843b6fb commit feaf603Copy full SHA for feaf603
.vitepress/theme/custom.css
@@ -13,16 +13,33 @@
13
a {
14
text-decoration: none !important;
15
}
16
+
17
pre {
18
white-space: pre-wrap;
19
20
21
:root {
22
--vp-code-color: var(--vp-c-text-1);
23
+ --vp-layout-max-width: 1920px;
24
25
26
.vp-doc h2 {
27
padding-top: 12px;
28
padding-bottom: 12px;
29
30
31
.vp-doc h2 .header-anchor {
32
top: 12px;
33
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