Widen center content area per slack discussion (#3848)

This commit is contained in:
Evan Anderson 2021-06-25 19:16:21 +08:00 committed by GitHub
parent 8ef708900f
commit 6deff7e674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -73,3 +73,10 @@
.md-typeset table code {
word-break: normal;
}
/* Widen the main column a bit to help with wide tables.
Note that extra-wide columns can make it hard to read prose,
so there is a tradeoff here. */
.md-grid {
max-width: 68rem;
}