From 8ffdac13bd8d7d5f82137ea9c990e36b1437685a Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9sar=20C=C3=B3rcoles?= Date: Mon, 15 Jan 2024 18:46:25 +0100 Subject: [PATCH] Update html.py --- blog/blog/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/blog/html.py b/blog/blog/html.py index 854b08e..dac0f89 100644 --- a/blog/blog/html.py +++ b/blog/blog/html.py @@ -31,7 +31,7 @@ def html_template(*content, page_title=None, full): h.LINK(rel="alternate", type="application/rss+xml", title=meta.TITLE, href=f"{meta.SCHEMA}://{meta.HOST}/feed/"), h.STYLE(textwrap.dedent(""" body { - max-width: 50em; + max-width: 40em; margin-left: auto; margin-right: auto; padding-left: 2em; -- 2.47.3