docs: Align text left

Otherwise this does "justify", which in bad cases can spread the text
over the width of the whole line, leaving awkward space between words.

This looks something like

```
The    main    file    is    ~/.config/fish/config.fish
```

The current python docs theme also left-aligns.
This commit is contained in:
Fabian Homborg 2022-03-11 20:14:47 +01:00
parent 9575f0eb4f
commit a6d484836e

View file

@ -160,6 +160,7 @@ div.body {
div.body p {
line-height: 2em;
text-align: left;
}
div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {