Adding gap
This commit is contained in:
parent
0b51379d88
commit
09ea2326d2
@ -36,7 +36,7 @@ export default function Kind1(props: KindCardProps) {
|
||||
<RenderText text={content} />
|
||||
</CardDescription>
|
||||
{!!r.length && (
|
||||
<div className="mt-1.5 flex flex-wrap">
|
||||
<div className="mt-1.5 flex flex-wrap gap-2">
|
||||
{r.map((url, idx) => (
|
||||
<LinkCard key={idx} url={url} className="max-w-[250px]" />
|
||||
))}
|
||||
|
Loading…
x
Reference in New Issue
Block a user