中村 featured-content 4段

4000番台@media screen and (min-width: 1260px)
よりあとにこれ

4分割して 4段でクリアボス(3段はノーマルに戻す)

1
2
3
4
5
6
7
8
9
10
11
@media screen and (min-width: 1600px){
.grid .featured-content .hentry {
width: 25%;}
 
.grid .featured-content .hentry:nth-child( 3n+1 ) {
        clear: none;
    }
 
.grid .featured-content .hentry:nth-child( 4n+1 ) {
clear: both;
}