summaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authorCésar Córcoles <ccorcoles@uoc.edu>2024-01-15 18:46:25 +0100
committerAlex Corcoles <alex@corcoles.net>2024-01-17 23:37:52 +0100
commit8ffdac13bd8d7d5f82137ea9c990e36b1437685a (patch)
tree0ad5d4be76a802611537ad0b4ed8dc95547135db /blog
parent0867ae3d1b30c2ada487382b75bc892788515455 (diff)
Update html.py
Diffstat (limited to 'blog')
-rw-r--r--blog/blog/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/blog/html.py b/blog/blog/html.py
index 854b08e7..dac0f897 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;