You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
311 B

// $Id$
.searchresults {
list-style: none;
padding: 0;
margin: 0;
}
.searchresults li {
margin: 10px 0 0;
}
@media (max-width: breakpoint-max(sm)) {
.searchresults li {
margin: 25px 0;
padding-bottom: 10px;
border-bottom: 1px solid $nav-tabs-border-color;
}
}