diff --git a/web/src/components/Torrent/style.js b/web/src/components/Torrent/style.js index c0c2b20..a8c242c 100644 --- a/web/src/components/Torrent/style.js +++ b/web/src/components/Torrent/style.js @@ -158,8 +158,4 @@ export const TorrentCardDetails = styled.div` display: grid; grid-template-columns: repeat(3, 1fr); } - - /* @media (max-width: 410px) { - display: none; - } */ `