Restrict rules with more selectors

This commit is contained in:
Ricardo Ribeiro 2017-05-17 15:34:08 +01:00
parent 192777c462
commit 5d0162fe54
1 changed files with 2 additions and 2 deletions

View File

@ -93,14 +93,14 @@ table.torrent-list thead th.sorting_desc:after {
}
@media (max-width: 991px){
.col-md-5 {
.panel-body .col-md-5 {
margin-left: 20px;
margin-bottom: 10px;
}
}
@media (min-width: 992px){
.col-md-5 {
.panel-body .col-md-5 {
word-wrap: break-word;
}
}