update people page

This commit is contained in:
2024-03-06 20:32:54 +02:00
parent d6a2a172f5
commit 1a54ca6def
5 changed files with 12 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
<img class="aspect-[14/13] w-full rounded-2xl object-cover" src="{{url}}" alt="{{page.title ~ ' Picture'}}" />
<div class="text-center">
<h2 class="text-xl">{{page.title}}</h2>
<div class="text-base text-gray-700 line-clamp-3 text-ellipsis">
<div class="text-base text-gray-700 line-clamp-3 leading-5 text-ellipsis">
{% if page.description %}
{{page.description}}
{% else %}