We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b594172 commit 2bd2c44Copy full SHA for 2bd2c44
doc/supplemental-ui/css/site-extra.css
@@ -2,16 +2,16 @@
2
TOC SIDEBAR - Push to right edge
3
======================================== */
4
aside.toc.sidebar {
5
- margin-left: auto;
6
- margin-right: 0;
+ margin-left: 0;
+ margin-right: auto;
7
}
8
9
/* ========================================
10
MAIN CONTENT - Expand to fill space
11
12
@media screen and (min-width: 1024px) {
13
article.doc {
14
- max-width: none;
+ max-width: 1600px;
15
flex-grow: 1;
16
17
0 commit comments