horizontal gaps only on the first level

This commit is contained in:
reverend 2021-01-03 17:02:23 +01:00
parent 7093252248
commit 5d1df5e9a3

View File

@ -19,6 +19,10 @@ RV-FlexGrid__Container--masonry(item-width=300px)
RV-Utils__Hook--throw('masonry_grid', @(gap){
*{
margin-bottom: gap;
*{
margin-bottom: unset;
}
}
}
)