From 584af953ca13be571b3635adce0658cb0c4e680b Mon Sep 17 00:00:00 2001 From: Sakura Knoll Date: Sun, 9 Jan 2022 20:29:37 +0900 Subject: [PATCH] Apply responsive size for cards and images --- src/components/molecules/BattlesuitCard.tsx | 4 ++-- src/components/molecules/ElfCard.tsx | 4 ++-- src/components/molecules/StigmataCard.tsx | 8 ++++---- src/components/pages/SingleStigmataPage.tsx | 6 +++--- src/pages/honkai3rd/battlesuits/[battlesuitId].tsx | 6 +++--- src/pages/honkai3rd/elfs/[elfId].tsx | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/components/molecules/BattlesuitCard.tsx b/src/components/molecules/BattlesuitCard.tsx index 9c5bed26..88257f82 100644 --- a/src/components/molecules/BattlesuitCard.tsx +++ b/src/components/molecules/BattlesuitCard.tsx @@ -24,7 +24,7 @@ const BattlesuitCard = ({ battlesuit, hidden }: BattlesuitCardProps) => {