diff --git a/components/card/card.css b/components/card/card.css index c8f127f..6bb1666 100644 --- a/components/card/card.css +++ b/components/card/card.css @@ -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; - } } \ No newline at end of file