Fixed h1 margin on about page

This commit is contained in:
2025-05-24 12:05:15 +02:00
parent 108044d082
commit c381c3604c
3 changed files with 3 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
{% block content %}
<section class="about content">
{{ page.content | safe }}
<h1>{{ page.title }}</h1>
{{ page.content | safe }}
</section>
{% endblock content %}