We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a0053 commit cb0d584Copy full SHA for cb0d584
ui/src/css/main.css
@@ -33,10 +33,10 @@ body.-toc aside.toc.sidebar {
33
}
34
35
36
-@media screen and (min-width: 1200px) {
+@media screen and (min-width: 1280px) { /* Use xl breakpoint to match existing xl:items-center */
37
main {
38
max-width: calc(var(--doc-max-width--desktop) + var(--toc-width)); /* Article + TOC */
39
- margin: 0 auto; /* Center the entire main element */
+ /* Let parent xl:items-center handle the centering */
40
41
42
0 commit comments