reduce line width of content (#184)

Reduces line width in main text area to increase readability

fixes #183

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/184
Co-authored-by: lukaskluge <lukaskluge@noreply.codeberg.org>
Co-committed-by: lukaskluge <lukaskluge@noreply.codeberg.org>
This commit is contained in:
lukaskluge 2022-01-27 14:55:58 +01:00 committed by Otto Richter
parent 2bda61e74d
commit 155db25dd0

View file

@ -1,3 +1,4 @@
.content :not(img) { max-width: 80ch; }
.content img { border: 5px solid rgba(0, 0, 0, 0.2); max-width: 100%; }
.content blockquote { margin: 0; }
.content-title { margin-top: 20px !important; }