From 1e43d67e2e69f3c5824d4a4abe2cbeae3026d1dd Mon Sep 17 00:00:00 2001 From: alexisben <alex@noesya.coop> Date: Tue, 15 Nov 2022 11:46:25 +0100 Subject: [PATCH] content-block spacing --- assets/sass/_theme/design-system/grid.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/sass/_theme/design-system/grid.sass b/assets/sass/_theme/design-system/grid.sass index ab9cee24..d0fcf193 100644 --- a/assets/sass/_theme/design-system/grid.sass +++ b/assets/sass/_theme/design-system/grid.sass @@ -15,6 +15,7 @@ width: 100% > div @include sticky($spacing1) + margin-bottom: $spacing1 > * width: col(4) pointer-events: auto -- GitLab