Skip to content

Commit 2bd2c44

Browse files
committed
Constrain max size
1 parent b594172 commit 2bd2c44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/supplemental-ui/css/site-extra.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
TOC SIDEBAR - Push to right edge
33
======================================== */
44
aside.toc.sidebar {
5-
margin-left: auto;
6-
margin-right: 0;
5+
margin-left: 0;
6+
margin-right: auto;
77
}
88

99
/* ========================================
1010
MAIN CONTENT - Expand to fill space
1111
======================================== */
1212
@media screen and (min-width: 1024px) {
1313
article.doc {
14-
max-width: none;
14+
max-width: 1600px;
1515
flex-grow: 1;
1616
}
1717

0 commit comments

Comments
 (0)