CMS
- 1 ответ
- 0 вопросов
0
Вклад в тег
@media (min-width: 1200px)
#content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
clear: left;
}
@media (max-width: 991px) and (min-width: 768px)
#content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
clear: left;
}