From 618062d8195cd9bfd087c3bebe20e62cbeed5635 Mon Sep 17 00:00:00 2001 From: Daniel Shleifman Date: Mon, 31 May 2021 08:15:18 +0300 Subject: [PATCH] refactor --- web/src/components/Torrent/style.js | 4 ---- 1 file changed, 4 deletions(-) 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; - } */ `