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>
|
||||
{% include header.html %}
|
||||
|
||||
<section>
|
||||
<main class="stack">
|
||||
{{ content }}
|
||||
</section>
|
||||
</main>
|
||||
|
||||
{% include footer.html %}
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user