Fixed h1 margin on about page

This commit is contained in:
fr
2025-08-27 19:28:14 +02:00
parent 108044d082
commit c381c3604c
3 changed files with 3 additions and 4 deletions
+2 -1
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 %}