forked from autonomic-cooperative/cotech-website
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