File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .wy-nav-content {
2+ max-width : 2000px ;
3+ margin : 0 auto;
4+ padding : 2rem ;
5+ background : # ffffff ;
6+ border : 1px solid # ddd ;
7+ box-sizing : border-box;
8+ width : 100% ;
9+ min-height : 100vh ;
10+ display : flex;
11+ flex-direction : column;
12+ }
13+
14+ .rst-content {
15+ flex : 1 ;
16+ }
17+
18+ @media screen and (min-width : 1500px ) {
19+ .wy-nav-content {
20+ max-width : 5000px ;
21+ }
22+ }
Original file line number Diff line number Diff line change 165165# relative to this directory. They are copied after the builtin static files,
166166# so a file named "default.css" will overwrite the builtin "default.css".
167167html_static_path = ["_static" ]
168-
168+ html_css_files = [ "custom.css" ]
169169# Add any extra paths that contain custom files (such as robots.txt or
170170# .htaccess) here, relative to this directory. These files are copied
171171# directly to the root of the documentation.
You can’t perform that action at this time.
0 commit comments