| 1 |
/* SEARCH RESULTS CSS */ |
| 2 |
.propertyhive ul.properties li { box-sizing:border-box; width:32%; margin-left:2%; border-bottom:0; clear:none !important; } |
| 3 |
.propertyhive ul.properties li:nth-child(3n+1) { clear:left !important; margin-left:0; } |
| 4 |
|
| 5 |
@media (max-width:990px) { |
| 6 |
.propertyhive ul.properties li.first { clear:none !important; } |
| 7 |
.propertyhive ul.properties li { width:49%; margin-left:2%; } |
| 8 |
.propertyhive ul.properties li:nth-child(3n+1) { clear:none !important; margin-left:2%; } |
| 9 |
.propertyhive ul.properties li:nth-child(2n+1) { clear:left !important; margin-left:0; } |
| 10 |
} |
| 11 |
|
| 12 |
@media (max-width:590px) { |
| 13 |
.propertyhive ul.properties li { clear:both !important; float:none !important; width:100% !important; margin-left:0 !important; } |
| 14 |
} |