diff --git a/src/app/css/izi/components.css b/src/app/css/izi/components.css index 8150cbf..21bc5b4 100644 --- a/src/app/css/izi/components.css +++ b/src/app/css/izi/components.css @@ -28,34 +28,34 @@ } } -.recent-torrents { - width: 60% +.torrents-container { + width: 70% } @media only screen and (max-width: 1250px) { - .recent-torrents { - width: 68% + .torrents-container { + width: 78% } } @media only screen and (max-width: 1100px) { - .recent-torrents { - width: 75% + .torrents-container { + width: 82% } } @media only screen and (max-width: 800px) { - .recent-torrents { - width: 90% + .torrents-container { + width: 93% } } @media only screen and (max-width: 650px) { - .recent-torrents { + .torrents-container { width: 100% } } diff --git a/src/app/index-page.js b/src/app/index-page.js index cf18aec..79eecff 100644 --- a/src/app/index-page.js +++ b/src/app/index-page.js @@ -32,7 +32,8 @@ export default class IndexPage extends Page { } return ( -