mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
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:
parent
2bda61e74d
commit
155db25dd0
1 changed files with 1 additions and 0 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue