1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-06-14 06:53:11 +00:00

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

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;
}
}