From 944e8b4388e018151a1b8c195a8cf823cd4fa6b5 Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Wed, 23 Nov 2022 12:47:32 +0100
Subject: [PATCH] testimonials

---
 assets/sass/_theme/blocks/testimonials.sass      | 13 ++++++++-----
 assets/sass/_theme/design-system/typography.sass |  1 -
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/assets/sass/_theme/blocks/testimonials.sass b/assets/sass/_theme/blocks/testimonials.sass
index a8a45bea..ba8bad67 100644
--- a/assets/sass/_theme/blocks/testimonials.sass
+++ b/assets/sass/_theme/blocks/testimonials.sass
@@ -86,11 +86,18 @@
                     width: 0
     @include media-breakpoint-up(md)
         @include in-page-without-sidebar
+            // .splide
+            .splide__pagination
+                padding-left: offset(2)
+                padding-right: offset(1)
+            .splide__autoplay
+                margin-right: offset(1)
+
             figure
+                padding-left: offset(2)
                 padding-right: offset(1)
                 &.with-picture
                     position: relative
-                    padding-left: offset(2)
                     figcaption
                         display: block
                         margin-top: $spacing0
@@ -99,10 +106,6 @@
                             left: 0
                             top: 0
                             width: col(2)
-                    
-                    
-            
-
 
         // TODO : en discuter en créa
         // figure
diff --git a/assets/sass/_theme/design-system/typography.sass b/assets/sass/_theme/design-system/typography.sass
index 2a338b33..ad5ca162 100644
--- a/assets/sass/_theme/design-system/typography.sass
+++ b/assets/sass/_theme/design-system/typography.sass
@@ -73,7 +73,6 @@ h2, .h2
     @include media-breakpoint-up(md)
         font-size: $lead-size-md
 
-
 body
     font-family: $body-font-family
     -moz-osx-font-smoothing: grayscale
-- 
GitLab