Skip to content

Commit

Permalink
Merge pull request #988 from research-software-directory/organisation…
Browse files Browse the repository at this point in the history
…-card-image

fix: prevent blurry logo image in the organisation card
  • Loading branch information
dmijatovic authored Sep 19, 2023
2 parents adba0a9 + 03bbcbc commit 26273ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function OrganisationCard({organisation}: { organisation: Organis
alt={`Logo for ${organisation.name}`}
type="gradient"
className={`w-full text-base-content-disabled ${organisation.logo_id ? 'p-4':''}`}
bgSize={'contain'}
bgSize={'scale-down'}
/>
</CardImageFrame>
<CardContentFrame>
Expand Down

0 comments on commit 26273ad

Please sign in to comment.