fix: class grouping tidy-up

This commit is contained in:
Devin Haska 2024-02-06 16:04:50 -08:00
parent 4333a7bde9
commit 9ef9fd3b85
5 changed files with 15 additions and 14 deletions

View file

@ -23,7 +23,7 @@
</head>
<body>
{% include "partials/header.html" %}
<main id="main" class="wrapper flow">
<main id="main" class="[ flow wrapper ]">
{{ content | safe }}
</main>
{% include "partials/footer.html" %}