]> xn--ix-yja.es Git - alex.git/commitdiff
Update html.py
authorCésar Córcoles <ccorcoles@uoc.edu>
Mon, 15 Jan 2024 17:46:25 +0000 (18:46 +0100)
committerAlex Corcoles <alex@corcoles.net>
Wed, 17 Jan 2024 22:37:52 +0000 (23:37 +0100)
blog/blog/html.py

index 854b08e76ac3da4b57f94f9848c00f1f5a82be38..dac0f8972f5485d6a568b9c95193a7ef10e21adb 100644 (file)
@@ -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;