Skip to content

Commit

Permalink
Removed @media
Browse files Browse the repository at this point in the history
  • Loading branch information
JulieSagan committed Dec 25, 2024
1 parent df5fb38 commit 69c95b2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions components/card/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,4 @@
line-height: normal;
color: var(--black);
padding-top: 20px;
}

@media screen and (max-width: 1024px) {
.card {
flex: 1 1;
}
}

@media screen and (max-width: 768px) {
.card {
flex: 1 1;
}
}

@media screen and (max-width: 480px) {
.card {
flex: 1 1;
}
}

0 comments on commit 69c95b2

Please sign in to comment.