We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 107d955 + 4872e89 commit ce40ac6Copy full SHA for ce40ac6
src/css/docs-content.css
@@ -8,6 +8,3 @@
8
background-color: #fff; /* Keep white so pngs get bg in dark mode. */
9
}
10
11
-main > .container {
12
- margin-bottom: 4rem;
13
-}
src/css/global-site.css
@@ -24,7 +24,13 @@ html[data-theme="dark"] .theme-announcement-bar {
24
25
26
main > .container {
27
- margin-top: 4rem;
+ max-width: none;
28
+}
29
+
30
+@media (min-width: 1440px) {
31
+ main > .container {
32
+ max-width: var(--ifm-container-width-xl);
33
+ }
34
35
36
.theme-doc-markdown iframe {
0 commit comments