Skip to content

Commit 66801e1

Browse files
authored
Merge pull request #908 from dacadeorg/style/apply-consistent-height
style: apply consistent height on the learning cards
2 parents 2395039 + 0c7079b commit 66801e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/cards/challenge/_partials/Learning.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ export default function Learning({ title, description, link }: LearningProps): J
2727
<div className="flex flex-col justify-between w-full sm:pb-0">
2828
<div className="flex flex-col">
2929
<div className="text-lg font-medium leading-normal text-gray-900">{title}</div>
30-
<div className="text-sm font-normal text-gray-700 mt-3 max-w-xxs pb-6">{description}</div>
30+
<div className="text-sm font-normal text-gray-700 mt-3 max-w-xxs pb-6 mb-5">{description}</div>
3131
</div>
32-
<div className="">
32+
<div className="absolute bottom-0 pb-4">
3333
<Link href={link}>
3434
<ArrowButton communityStyles={true} variant="outline-primary">
3535
{t("communities.overview.challenge.learning.start")}

0 commit comments

Comments
 (0)