From 1658c56eea4a570ef146e8c3dec7a3fcdc04bfb9 Mon Sep 17 00:00:00 2001
From: Olivia206 <olivia.simonet@mmibordeaux.com>
Date: Wed, 14 Feb 2024 17:56:05 +0100
Subject: [PATCH] removed condition for person-objects margin

---
 assets/sass/_theme/sections/persons.sass | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/assets/sass/_theme/sections/persons.sass b/assets/sass/_theme/sections/persons.sass
index 1b4df6f3..af4003d6 100644
--- a/assets/sass/_theme/sections/persons.sass
+++ b/assets/sass/_theme/sections/persons.sass
@@ -195,12 +195,10 @@ ol.persons--list
     .roles
         a
             @include small
-    .document-content
-        .container:first-of-type + .person-objects
-            margin-top: $spacing3
     .blocks
         margin-top: $spacing3
     .person-objects
+        margin-top: $spacing3
         > * + *
             margin-top: $spacing3
     .person-posts
-- 
GitLab