diff options
| -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()) ), |
