3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-17 11:07:32 +00:00

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-15 12:33:45 +00:00
parent 2ac1bd8bd7
commit 45ea23b18c

View File

@ -4,9 +4,9 @@
<body> <body>
{% include header.html %} {% include header.html %}
<section> <main class="stack">
{{ content }} {{ content }}
</section> </main>
{% include footer.html %} {% include footer.html %}
</body> </body>