diff options
| author | alex <alex@pdp7.net> | 2023-11-11 13:26:21 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-11-11 13:26:21 +0100 |
| commit | b3032c495b2eabd3ee0715f745fa9613f2668427 (patch) | |
| tree | 9708de26145593da67d6e505870bbef2d998d2fa /blog | |
| parent | babb027f8f925fb7d4a85a51fb918496546112ae (diff) | |
Try to make text clearer
Diffstat (limited to 'blog')
| -rw-r--r-- | blog/blog/html.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/blog/blog/html.py b/blog/blog/html.py index f9b9d88c..72f5dfe6 100644 --- a/blog/blog/html.py +++ b/blog/blog/html.py @@ -36,6 +36,9 @@ def html_template(*content, page_title=None, full): margin-right: auto; padding-left: 2em; padding-right: 2em; + /* from Mozilla reader mode */ + line-height: 1.6em; + font-size: 20px; } """).lstrip()) ), |
