Skip to content

Commit

Permalink
Reduce image size on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
armans-code committed Oct 21, 2024
1 parent 25d9be5 commit 5c8fd3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default async function Page(props: {
height={256}
quality={80}
width={256}
className="h-64 w-64 flex-shrink-0 border-2"
className="h-56 w-56 flex-shrink-0 border-2 md:h-64 md:w-64"
/>
<p className="flex-grow text-base">{productData.description}</p>
</div>
Expand Down

0 comments on commit 5c8fd3e

Please sign in to comment.