Skip to content

Commit 667be94

Browse files
committed
up
1 parent 2531dc4 commit 667be94

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

docs/css/extra.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.md-content {
2+
max-width: 1200px; /* default ~780px */
3+
}

docs/plaid_benchmarks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ $$
3232

3333
<table style="width:99%;">
3434
<colgroup>
35-
<col style="width: 18%" />
36-
<col style="width: 52%" />
37-
<col style="width: 28%" />
35+
<col style="width: 16%" />
36+
<col style="width: 56%" />
37+
<col style="width: 26%" />
3838
</colgroup>
3939
<thead>
4040
<tr class="header">

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ theme:
4444
toggle:
4545
icon: material/brightness-4
4646
name: Switch to system preference
47+
extra_css:
48+
- css/extra.css
4749

4850
plugins:
4951
- search

0 commit comments

Comments
 (0)