Improve torrent view readibility on mobile

This commit is contained in:
Ricardo Ribeiro 2017-05-13 14:06:32 +01:00
parent 799e9dea87
commit 2e30a7be84
1 changed files with 6 additions and 0 deletions

View File

@ -83,3 +83,9 @@ table.torrent-list thead th.sorting_desc:after {
.panel-deleted > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color:#757575;
}
@media (max-width: 991px){
.col-md-5 {
margin-left: 20px;
margin-bottom: 10px;
}
}