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:
@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user