Skip to content

Commit 4c35de1

Browse files
committed
fix(githubCard): only use required space on mobile devices
Signed-off-by: Seren_Modz 21 <[email protected]>
1 parent a2cd867 commit 4c35de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GithubCard.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const repoLanguageColour = repo.language
7474
</CardTitle>
7575
</div>
7676

77-
<CardDescription className="h-14 min-h-10 overflow-y-visible">
77+
<CardDescription className="overflow-y-visible md:h-14 md:min-h-10">
7878
<p class="line-clamp-3 text-sm text-ellipsis">{repo.description}</p>
7979
</CardDescription>
8080
</CardHeader>

0 commit comments

Comments
 (0)