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; }