From e472b8b59a0cf672a1908a5139053e816796168c Mon Sep 17 00:00:00 2001 From: Daniel Shleifman Date: Wed, 2 Jun 2021 20:19:55 +0300 Subject: [PATCH] refactor --- web/src/components/TorrentCard/style.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/web/src/components/TorrentCard/style.js b/web/src/components/TorrentCard/style.js index f8d9555..e9da211 100644 --- a/web/src/components/TorrentCard/style.js +++ b/web/src/components/TorrentCard/style.js @@ -122,7 +122,7 @@ export const TorrentCardDescription = styled.div` grid-template-columns: 65px 65px 1fr; } - @media (max-width: 600px), (max-height: 500px) { + @media (max-width: 700px) { display: grid; grid-template-columns: repeat(3, 1fr); } @@ -149,11 +149,6 @@ export const TorrentCardDescription = styled.div` font-size: 0.6rem; } - @media (max-width: 600px), (max-height: 500px) { - font-size: 11px; - margin-bottom: 3px; - } - @media (max-width: 410px) { font-size: 10px; }