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>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</footer><!-- /.post-info -->
|
</footer><!-- /.post-info -->
|
||||||
<article>
|
<article style="max-width: 45rem">
|
||||||
{{ article.content }}
|
{{ article.content }}
|
||||||
</article>
|
</article>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -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) }}
|
||||||
|
|
||||||
|
<div style="max-width: 45rem">
|
||||||
{{ page.content }}
|
{{ page.content }}
|
||||||
|
</div>
|
||||||
|
|
||||||
{% if page.modified %}
|
{% if page.modified %}
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue