We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2531dc4 commit 667be94Copy full SHA for 667be94
docs/css/extra.css
@@ -0,0 +1,3 @@
1
+.md-content {
2
+ max-width: 1200px; /* default ~780px */
3
+}
docs/plaid_benchmarks.md
@@ -32,9 +32,9 @@ $$
32
33
<table style="width:99%;">
34
<colgroup>
35
-<col style="width: 18%" />
36
-<col style="width: 52%" />
37
-<col style="width: 28%" />
+<col style="width: 16%" />
+<col style="width: 56%" />
+<col style="width: 26%" />
38
</colgroup>
39
<thead>
40
<tr class="header">
mkdocs.yml
@@ -44,6 +44,8 @@ theme:
44
toggle:
45
icon: material/brightness-4
46
name: Switch to system preference
47
+extra_css:
48
+ - css/extra.css
49
50
plugins:
51
- search
0 commit comments