fix: clamp hero description to 3 lines on homepage

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-20 17:44:16 +02:00
parent 3ef872b4ca
commit 3a4b877d3d
+1 -1
View File
@@ -43,7 +43,7 @@
</h1> </h1>
<!-- Description --> <!-- Description -->
<p class="text-chalk text-base md:text-lg max-w-2xl mb-10 leading-relaxed text-pretty font-body opacity-90"> <p class="text-chalk text-base md:text-lg max-w-2xl mb-10 leading-relaxed text-pretty font-body opacity-90 line-clamp-3">
{{- .Description -}} {{- .Description -}}
</p> </p>