diff --git a/web/src/components/TorrentCard/style.js b/web/src/components/TorrentCard/style.js index 419fe95..cd5dad7 100644 --- a/web/src/components/TorrentCard/style.js +++ b/web/src/components/TorrentCard/style.js @@ -16,12 +16,12 @@ export const TorrentCard = styled.div` 'poster description' 'buttons buttons'; - grid-template-columns: 70px 1fr; + grid-template-columns: 90px 1fr; grid-template-rows: 130px max-content; } @media (max-width: 770px) { - grid-template-columns: 60px 1fr; + grid-template-columns: 80px 1fr; grid-template-rows: 110px max-content; } ` @@ -91,10 +91,6 @@ export const TorrentCardDescription = styled.div` gap: 3px; } - @media (max-width: 770px) { - /* grid-template-rows: 56% 1fr; */ - } - .description-title-wrapper { display: flex; flex-direction: column;