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> </div>
{% endif %} {% endif %}
</footer><!-- /.post-info --> </footer><!-- /.post-info -->
<article> <article style="max-width: 45rem">
{{ article.content }} {{ article.content }}
</article> </article>
{% endblock %} {% endblock %}

View file

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