Skip to content

Commit

Permalink
refactor: shirink 키프레임 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
grapefruit13 committed Apr 4, 2024
1 parent 767bc66 commit ecaec8b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/components/landing/MatchTeam/MatchCards.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@
}
}

@keyframes shrink-card {
from {
width: 48.6rem;
}

to {
width: 21.5rem;
}
}

.match-cards {
@include flexbox($gap: 2.4rem);

Expand All @@ -36,10 +26,6 @@
max-width: 120rem;

.card {
@include responsive(PC) {
animation: shrink-card 0.3s linear forwards;
}

position: relative;

display: block;
Expand Down

0 comments on commit ecaec8b

Please sign in to comment.