From 28f8b094f610f4b34b36b798815a803e044b0ea5 Mon Sep 17 00:00:00 2001 From: Yun-Jinwoo Date: Tue, 29 Apr 2025 12:25:11 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20tablet,=20mobile=EC=9A=A9?= =?UTF-8?q?=20=EB=B2=84=ED=8A=BC=20=ED=98=B8=EB=B2=84=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Card/Card.module.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/Card/Card.module.scss b/src/components/Card/Card.module.scss index 56b0830..fffad74 100644 --- a/src/components/Card/Card.module.scss +++ b/src/components/Card/Card.module.scss @@ -102,13 +102,6 @@ } } } - @media (max-width: 1023px) { - transition: none; - &:active { - background-color: $error; - border-color: $gray-400; - } - } } } }