horizontal gaps only on the first level
This commit is contained in:
parent
7093252248
commit
5d1df5e9a3
@ -19,6 +19,10 @@ RV-FlexGrid__Container--masonry(item-width=300px)
|
|||||||
RV-Utils__Hook--throw('masonry_grid', @(gap){
|
RV-Utils__Hook--throw('masonry_grid', @(gap){
|
||||||
*{
|
*{
|
||||||
margin-bottom: gap;
|
margin-bottom: gap;
|
||||||
|
|
||||||
|
*{
|
||||||
|
margin-bottom: unset;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user