From b3f02d8017d6500f2afdca80aab2207185c8bb0d Mon Sep 17 00:00:00 2001 From: Yuto Takano Date: Mon, 2 Dec 2024 15:41:27 +0100 Subject: [PATCH] Use 2:1 aspect ratio for shop items on smaller screens to make description fit --- src/components/Shop.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Shop.tsx b/src/components/Shop.tsx index 507a502..c053df8 100644 --- a/src/components/Shop.tsx +++ b/src/components/Shop.tsx @@ -43,23 +43,23 @@ export const Shop: FunctionComponent = ({ shop_items, className }) => )} -