Limit page and article width to 45rem to match Symposion site

This commit is contained in:
Ben Sturmfels 2023-04-20 16:07:56 +10:00
parent 96b79da614
commit f99cd7e4a3
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
2 changed files with 4 additions and 2 deletions

View file

@ -57,7 +57,7 @@
</div>
{% endif %}
</footer><!-- /.post-info -->
<article>
<article style="max-width: 45rem">
{{ article.content }}
</article>
{% endblock %}

View file

@ -17,7 +17,9 @@
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(page) }}
<div style="max-width: 45rem">
{{ page.content }}
</div>
{% if page.modified %}
<p>