diff --git a/components/01_Layouts/flexGrid/_flexGrid.styl b/components/01_Layouts/flexGrid/_flexGrid.styl index 968c27a..c4dd920 100644 --- a/components/01_Layouts/flexGrid/_flexGrid.styl +++ b/components/01_Layouts/flexGrid/_flexGrid.styl @@ -19,6 +19,10 @@ RV-FlexGrid__Container--masonry(item-width=300px) RV-Utils__Hook--throw('masonry_grid', @(gap){ *{ margin-bottom: gap; + + *{ + margin-bottom: unset; + } } } )