From 5d1df5e9a3892eee62c57350214f2d89cf5deaad Mon Sep 17 00:00:00 2001 From: reverend Date: Sun, 3 Jan 2021 17:02:23 +0100 Subject: [PATCH] horizontal gaps only on the first level --- components/01_Layouts/flexGrid/_flexGrid.styl | 4 ++++ 1 file changed, 4 insertions(+) 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; + } } } )