Skip to content

Commit

Permalink
VF-150 Endre max høyde på bilde
Browse files Browse the repository at this point in the history
  • Loading branch information
juliadai8 committed Sep 6, 2024
1 parent 00d2f16 commit 0d295ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/public/Kontakt/components/KontaktCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const KontaktCard = ({ title, text, imgPath, alt }: Props): JSX.Element => {
<img
src={imgPath.href}
alt={alt}
className="w-full max-w-xs sm:max-w-sm md:max-w-md lg:max-w-lg xl:max-w-xl rounded-lg mt-5 sm:mt-8 md:mt-10 lg:mt-12 xl:mt-16 mx-auto max-h-32 sm:max-h-36 md:max-h-40 lg:max-h-44 mr-auto ml-auto dark:invert dark:saturate-0"
className="w-full max-w-xs sm:max-w-sm md:max-w-md lg:max-w-lg xl:max-w-xl rounded-lg mt-5 sm:mt-8 md:mt-10 lg:mt-12 xl:mt-16 mx-auto max-h-32 sm:max-h-36 md:max-h-40 lg:max-h-60 mr-auto ml-auto dark:invert dark:saturate-0"
/>
</div>
);
Expand Down

0 comments on commit 0d295ec

Please sign in to comment.