Grid one-row for mobile becomes 2

This commit is contained in:
James Barnsley
2017-09-03 19:18:13 +12:00
parent 0f126b3f14
commit 0764488752
2 changed files with 2 additions and 1 deletions

View File

@ -181,7 +181,7 @@
@include grid_item( 2, 2%, 4% )
}
&.single-row {
.grid-item:nth-child(1n+3){
.grid-item:nth-child(1n+5){
display: none;
}
}

View File

@ -13,6 +13,7 @@
bottom: 0;
left: 0;
height: auto;
opacity: 0.5;
}
.liner {