From e000fa7b16755e922e13bab4e23fa31ae96eb17f Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Tue, 13 Dec 2022 15:25:00 +0100
Subject: [PATCH] lead margin

---
 assets/sass/_theme/design-system/typography.sass | 3 +++
 assets/sass/_theme/sections/persons.sass         | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/assets/sass/_theme/design-system/typography.sass b/assets/sass/_theme/design-system/typography.sass
index 6bfd11cb..d62b4c02 100644
--- a/assets/sass/_theme/design-system/typography.sass
+++ b/assets/sass/_theme/design-system/typography.sass
@@ -113,6 +113,9 @@ h2, .h2
 .lead
     @include lead
     margin-top: 0
+    margin-bottom: $spacing3
+    @include media-breakpoint-up(md)
+        margin-bottom: $spacing4
 
 .p,
 .li
diff --git a/assets/sass/_theme/sections/persons.sass b/assets/sass/_theme/sections/persons.sass
index 202cf142..84086594 100644
--- a/assets/sass/_theme/sections/persons.sass
+++ b/assets/sass/_theme/sections/persons.sass
@@ -133,7 +133,6 @@ ol.persons
         @include icon(arrow, after)
             margin-left: $spacing1
 
-
 .lead + .taxonomies-persons
     margin-top: $spacing-section-y
 
-- 
GitLab