Commit 279717c0 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

set max width to 65%

parent 8bb5d990
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
.wy-nav-content {
    max-width: 65% !important;
}
 No newline at end of file
+4 −0
Original line number Diff line number Diff line
@@ -72,3 +72,7 @@ html_static_path = ['_static']

# -- Copy Button --------------------------------------------------------
# copybutton_exclude = ['.linenos']

html_css_files = [
    'custom.css',
]