finish people page

This commit is contained in:
2024-03-06 22:25:26 +02:00
parent cc7de2e2b8
commit 7f4cf1b674
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<div class="left-0 z-50 border border-gray-200 bg-gray-100 my-3 w-full rounded-md"> <div class="left-0 z-50 border border-gray-200 bg-gray-100 my-6 w-full rounded-md">
<header class="flex flex-wrap container mx-auto pb-0 sm:px-0 transition-all transition-500"> <header class="flex flex-wrap container mx-auto pb-0 sm:px-0 transition-all transition-500">
<div class="flex justify-between px-4 sm:p-0"> <div class="flex justify-between px-4 sm:p-0">
<div class="ml-8 inline-flex flex-shrink-0"> <div class="ml-8 inline-flex flex-shrink-0">

View File

@@ -5,5 +5,5 @@
{{ section.description }} {{ section.description }}
</p> </p>
</div> </div>
<hr class="mt-6"> {# <hr class="mt-6"> #}
{% endblock content %} {% endblock content %}