Limit page and article width to 45rem to match Symposion site
This commit is contained in:
parent
96b79da614
commit
f99cd7e4a3
2 changed files with 4 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
</footer><!-- /.post-info -->
|
||||
<article>
|
||||
<article style="max-width: 45rem">
|
||||
{{ article.content }}
|
||||
</article>
|
||||
{% endblock %}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue