From f27acd180e21be648b4b6679e8fbbfbb448fc87a Mon Sep 17 00:00:00 2001
From: sebousan <sebousan@gmail.com>
Date: Fri, 29 Jul 2022 10:07:40 +0200
Subject: [PATCH] persons taxonomies

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

diff --git a/assets/sass/_theme/sections/persons.sass b/assets/sass/_theme/sections/persons.sass
index 47d27967..7b11f02d 100644
--- a/assets/sass/_theme/sections/persons.sass
+++ b/assets/sass/_theme/sections/persons.sass
@@ -77,6 +77,7 @@ ol.persons
     img
         object-fit: cover
 
+/* TODO revoir ce nom */
 .taxonomies
     @include list-reset
     margin-bottom: $spacing3
@@ -85,6 +86,9 @@ ol.persons
     @include media-breakpoint-up(md)
         text-align: right
     li
+        @include media-breakpoint-down(md)
+            &:not(last-child)
+                margin-bottom: $spacing1
         @include media-breakpoint-up(md)
             display: inline-block
             &:not(:last-child)
-- 
GitLab