From ebf75fbaab892b308fd691788a95bc152eca7be1 Mon Sep 17 00:00:00 2001 From: Yun-Jinwoo Date: Tue, 29 Apr 2025 12:14:26 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=EB=AA=A8=EB=B0=94?= =?UTF-8?q?=EC=9D=BC=EC=97=90=EC=84=9C=20=EB=B2=84=ED=8A=BC=20=EC=95=A1?= =?UTF-8?q?=ED=8B=B0=EB=B8=8C=EC=8B=9C=20=EB=B0=94=EB=A1=9C=EB=B0=94?= =?UTF-8?q?=EB=80=8C=EA=B2=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Card/Card.module.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/Card/Card.module.scss b/src/components/Card/Card.module.scss index 67c6f9a..56b0830 100644 --- a/src/components/Card/Card.module.scss +++ b/src/components/Card/Card.module.scss @@ -103,12 +103,10 @@ } } @media (max-width: 1023px) { + transition: none; &:active { background-color: $error; border-color: $gray-400; - &:hover img { - animation: shake 0.5s ease-in-out; - } } } }