Skip to content

Commit

Permalink
Corrige le format d'une image
Browse files Browse the repository at this point in the history
  • Loading branch information
mariheck committed Jun 21, 2024
1 parent 424dd4d commit 8267935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/site/app/outil-numerique/PanierActionsImpact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const PanierActionsImpact = ({
{!!image && (
<StrapiImage
data={image}
containerClassName="max-w-xl lg:max-2xl:max-w-md shrink"
className="h-96 object-scale-down"
containerClassName="w-fit shrink"
className="h-64 sm:h-96 w-auto max-w-full sm:max-w-xl lg:max-2xl:max-w-md object-scale-down"
/>
)}
<div>
Expand Down

0 comments on commit 8267935

Please sign in to comment.