Skip to content

Commit

Permalink
Merge pull request #40 from ethanniser/mobile
Browse files Browse the repository at this point in the history
Reduce image size on mobile
  • Loading branch information
ethanniser authored Oct 21, 2024
2 parents 5e8d546 + 5c8fd3e commit 7030f98
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 7030f98

Please sign in to comment.