fix(search): fix container width
This commit is contained in:
@ -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%
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user