mirror of https://github.com/knative/docs.git
Widen center content area per slack discussion (#3848)
This commit is contained in:
parent
8ef708900f
commit
6deff7e674
|
@ -73,3 +73,10 @@
|
||||||
.md-typeset table code {
|
.md-typeset table code {
|
||||||
word-break: normal;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue