Skip to content

Commit 9c30ab7

Browse files
committed
Restaurar altura de descripción.
1 parent c76b2a4 commit 9c30ab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/JobsPage.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const isFeatured = (tier?: string) => tier === 'gold' || tier === 'platinum'
8383
)}
8484
</div>
8585

86-
<div class="mb-3">
86+
<div class="h-35 mb-3">
8787
<p class="text-pycon-gray-25 text-base leading-relaxed line-clamp-5">{job.description}</p>
8888
</div>
8989

0 commit comments

Comments
 (0)