fix max-width

This commit is contained in:
2023-01-05 12:00:08 +02:00
parent 4bcf15092b
commit 7bacd2f669
4 changed files with 28 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
{% block content %}
<!-- home page template, has a banner and rows of page summaries -->
<div>
<div class="container mx-auto">
{% set page = get_page(path="home/index.md") %}
{{page.content | safe}}
</div>