From a7af164d200f0a4e3d85a5d1bf424be9fb17ffd8 Mon Sep 17 00:00:00 2001 From: pkiop Date: Fri, 18 Dec 2020 12:05:49 +0900 Subject: [PATCH] =?UTF-8?q?[FE]=20Fix:=20scale=ED=95=A0=20=EB=95=8C=20?= =?UTF-8?q?=ED=99=94=EB=A9=B4=20=EB=84=98=EB=8A=94=20=EA=B2=83=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/src/components/molecules/IconText/style.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/fe/src/components/molecules/IconText/style.ts b/fe/src/components/molecules/IconText/style.ts index b17bf657..94ef32ba 100644 --- a/fe/src/components/molecules/IconText/style.ts +++ b/fe/src/components/molecules/IconText/style.ts @@ -12,6 +12,7 @@ export const Container = styled.div` justify-content: center; margin: 0.3rem 0; &:hover { + margin-left: 2.3em; transform: scale(1.2); } .icontext {