Skip to content

Commit ed5d26c

Browse files
committed
more padding
1 parent 116f8b6 commit ed5d26c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommunityContent.res

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ module LinkCard = {
2121
<div className="rounded-lg hover:text-fire overflow-hidden bg-gray-10 border-2 border-gray-30">
2222
<a href=link.url className="flex flex-col h-full">
2323
<img className="object-cover w-full md:h-40 max-h-[345px]" src=link.image alt="" />
24-
<div className="p-2 grow">
24+
<div className="p-3 md:p-5 grow">
2525
<h3 className="font-semibold text-16 grow-0 mb-2"> {React.string(link.title)} </h3>
2626
<p className="mb-2 text-14 grow text-gray-80"> {React.string(link.description)} </p>
2727
</div>
28-
<p className="text-14 p-2 grow-0 text-gray-70">
28+
<p className="text-14 p-3 md:p-5 grow-0 text-gray-70">
2929
{React.string(link.url->simplifyUrl->Option.getOr(""))}
3030
</p>
3131
</a>

0 commit comments

Comments
 (0)