From 9b3c46ad4966d941ba1e641626e2f210c58be38b Mon Sep 17 00:00:00 2001 From: BearHumanS Date: Fri, 19 Jul 2024 18:54:16 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=ED=8F=AC=EC=BC=93=EB=AA=AC=20?= =?UTF-8?q?=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EB=86=92=EC=9D=B4=20=EB=84=93?= =?UTF-8?q?=EC=9D=B4=20=EC=A3=BC=EC=84=9D=20=EC=B2=98=EB=A6=AC=20(?= =?UTF-8?q?=EC=9E=84=EC=8B=9C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dex/PokemonDex.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dex/PokemonDex.module.scss b/src/components/dex/PokemonDex.module.scss index 418536d..ade0468 100644 --- a/src/components/dex/PokemonDex.module.scss +++ b/src/components/dex/PokemonDex.module.scss @@ -13,8 +13,8 @@ } .pokemon_list_element { - width: 100%; - height: 315px; + /* width: 100%; + height: 315px; */ display: flex; position: relative; align-items: center;