aboutsummaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2023-11-11 13:26:21 +0100
committeralex <alex@pdp7.net>2023-11-11 13:26:21 +0100
commitb3032c495b2eabd3ee0715f745fa9613f2668427 (patch)
tree9708de26145593da67d6e505870bbef2d998d2fa /blog
parentbabb027f8f925fb7d4a85a51fb918496546112ae (diff)
Try to make text clearer
Diffstat (limited to 'blog')
-rw-r--r--blog/blog/html.py3
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())
),