css refactoring

This commit is contained in:
Lyn Fugmann 2024-09-23 14:37:40 +02:00
parent 5fab362054
commit 1be98b0663
6 changed files with 17 additions and 22 deletions

View file

@ -15,7 +15,7 @@ eleventyComputed:
<body>
{% include 'header.njk' %}
<main>
<main class="content">
{{ content | safe }}
</main>