fix(search): fix container width

This commit is contained in:
Alexey Kasyanchuk
2018-05-21 00:47:09 +03:00
parent b699e5082f
commit b1fceb5450
3 changed files with 13 additions and 11 deletions

View File

@ -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%
}
}