Apply stack class to content wrapper

And use `main` instead as this is more semantically useful.
This commit is contained in:
Chris Lowis
2025-12-16 15:48:33 +00:00
parent 2ac1bd8bd7
commit 45ea23b18c
+2 -2
View File
@@ -4,9 +4,9 @@
<body>
{% include header.html %}
<section>
<main class="stack">
{{ content }}
</section>
</main>
{% include footer.html %}
</body>