tidy up contact css class structure

This commit is contained in:
gws 2024-11-10 14:39:03 +01:00
parent 401c641a7f
commit 05e5f519cd
5 changed files with 35 additions and 44 deletions

View file

@ -16,7 +16,8 @@
{% endblock header %}
{% block content %}
<div class="heading-text">{{ page.description }}</div>
{{ page.content | safe }}
<div class="content text ">
<div class="heading-text">{{ page.description }}</div>
{{ page.content | safe }}
</div>
{% endblock content %}