diff --git a/nyaa/static/css/main.css b/nyaa/static/css/main.css index 6dede1b..6ef8d78 100644 --- a/nyaa/static/css/main.css +++ b/nyaa/static/css/main.css @@ -83,3 +83,12 @@ 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; + } +} +.table-striped>tbody>tr:nth-of-type(odd) { + background-color: white; +} \ No newline at end of file