mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 09:30:01 +00:00
Restrict rules with more selectors
This commit is contained in:
parent
192777c462
commit
5d0162fe54
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue