From e1c5e7001b7c7fa33d0a5c1b07f19779af4d3774 Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Tue, 20 Feb 2024 17:30:43 +0100
Subject: [PATCH] update branch

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

diff --git a/assets/sass/_theme/design-system/typography.sass b/assets/sass/_theme/design-system/typography.sass
index 3cea8691..8fa64826 100644
--- a/assets/sass/_theme/design-system/typography.sass
+++ b/assets/sass/_theme/design-system/typography.sass
@@ -160,9 +160,9 @@ small, .small
 %multiple-lists
     ul, ol
         ul, ol
-            padding-left: $spacing0
+            padding-left: $spacing-2
             @include media-breakpoint-up(desktop)
-                padding-left: $spacing1
+                padding-left: $spacing-3
 
 .rich-text
     @include rich-text
diff --git a/assets/sass/_theme/sections/persons.sass b/assets/sass/_theme/sections/persons.sass
index ed11152a..2149a06b 100644
--- a/assets/sass/_theme/sections/persons.sass
+++ b/assets/sass/_theme/sections/persons.sass
@@ -195,7 +195,7 @@ ol.persons--list
     .blocks
         margin-top: $spacing-5
     .person-objects
-        margin-top: $spacing3
+        margin-top: $spacing-5
         > * + *
             margin-top: $spacing-5
     .person-posts
-- 
GitLab