{results.map(e => {
return (
= ({ title, iconUrl, result
badgeName={e.category?.label}
informations={e.informations}
redirectionUrl={generateDetailsUrlFromType(e.type, e.id, e.name)}
- className="my-4 desktop:my-6 desktop:mx-1" // Height is not limited to let the card grow with long text & informations. Most photos are not vertical, and does not have to be restrained.
+ className="my-4 desktop:my-6 desktop:mx-1 min-w-70 max-w-70 desktop:max-w-none shrink-0"
/>
);
})}
-
+