diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-03-26 15:14:00 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-03-26 15:14:00 -0300 |
commit | 63d776b9d6afd037bd115dc365b2dffd5e699991 (patch) | |
tree | e201ba5f23ef986ed8b24898a0271f983f3bbcb5 /zola/static/style.css | |
parent | 88d3d8ee6a550476cff898b5456d356db4eebaa3 (diff) |
new article, using typedef or not
Diffstat (limited to 'zola/static/style.css')
-rw-r--r-- | zola/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zola/static/style.css b/zola/static/style.css index 61a853d..6ef3532 100644 --- a/zola/static/style.css +++ b/zola/static/style.css @@ -22,7 +22,7 @@ --margin: 2ex; --content-padding-left: 8ex; --content-padding-right: 4ex; - --body-max-width: 130ex; + --body-max-width: 140ex; --body-font-size: 17px; --first-letter-font-size: 130%; --dt-font-size: 120%; |