We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50aabb8 commit c1888a0Copy full SHA for c1888a0
doc/css/extra.css
@@ -0,0 +1,11 @@
1
+/* Increase the max width of the content */
2
+.wy-nav-content {
3
+ max-width: 1400px !important; /* Default is around 800px, increase as needed */
4
+}
5
+
6
+/* Ensure tables and code blocks do not overflow */
7
+.wy-table-responsive table {
8
+ width: 100% !important;
9
+ display: table;
10
11
mkdocs.yml
@@ -17,5 +17,8 @@ nav:
17
theme:
18
name: readthedocs
19
20
+extra_css:
21
+ - css/extra.css
22
23
markdown_extensions:
24
- attr_list
0 commit comments