We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76b2a4 commit 9c30ab7Copy full SHA for 9c30ab7
1 file changed
src/components/JobsPage.astro
@@ -83,7 +83,7 @@ const isFeatured = (tier?: string) => tier === 'gold' || tier === 'platinum'
83
)}
84
</div>
85
86
- <div class="mb-3">
+ <div class="h-35 mb-3">
87
<p class="text-pycon-gray-25 text-base leading-relaxed line-clamp-5">{job.description}</p>
88
89
0 commit comments