update partners style

This commit is contained in:
2024-03-24 10:24:02 +02:00
parent ec1b5cb10c
commit e656dd01d6
10 changed files with 30 additions and 28 deletions

View File

@@ -1,9 +1,9 @@
{% block content %}
<div class="mb-6 mt-14">
<h2 class="mb-4 text-center text-4xl lg:text-5xl text-gray-900 md:mb-6">{{ section.title }}</h2>
<p class="mx-auto max-w-5xl text-center text-gray-900 md:text-lg">
<p class="mx-auto max-w-5xl text-center text-gray-900 text-base md:text-lg">
{{ section.description }}
</p>
</div>
{# <hr class="mt-6"> #}
<hr class="container mx-auto my-4">
{% endblock content %}