mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 15:26:56 +02:00
Improve torrent view readibility on mobile
This commit is contained in:
parent
799e9dea87
commit
2e30a7be84
1 changed files with 6 additions and 0 deletions
|
@ -83,3 +83,9 @@ table.torrent-list thead th.sorting_desc:after {
|
||||||
.panel-deleted > .panel-footer + .panel-collapse > .panel-body {
|
.panel-deleted > .panel-footer + .panel-collapse > .panel-body {
|
||||||
border-bottom-color:#757575;
|
border-bottom-color:#757575;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 991px){
|
||||||
|
.col-md-5 {
|
||||||
|
margin-left: 20px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue