From 3d6e6a13c1d0d8195387e555e894ca27910560aa Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Thu, 15 Feb 2024 15:53:32 +0100
Subject: [PATCH] fix pagination

---
 assets/sass/_theme/blocks/timeline.sass          | 3 +--
 assets/sass/_theme/design-system/pagination.sass | 4 +++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/assets/sass/_theme/blocks/timeline.sass b/assets/sass/_theme/blocks/timeline.sass
index bfc8638d..ee149472 100644
--- a/assets/sass/_theme/blocks/timeline.sass
+++ b/assets/sass/_theme/blocks/timeline.sass
@@ -122,7 +122,7 @@
                 margin-bottom: $spacing-3
                 opacity: 1
                 overflow: visible
-                width: calc(100% + #{var(--grid-gutter) / 2})
+                width: calc(100% + var(--grid-gutter) / 2)
                 &::before
                     background: $block-timeline-horizontal-color
                     border-radius: 50%
@@ -133,7 +133,6 @@
                     position: relative
                     top: -4px
                     width: 9px
-
             &.is-passed
                 opacity: 0.15
             &:last-child
diff --git a/assets/sass/_theme/design-system/pagination.sass b/assets/sass/_theme/design-system/pagination.sass
index 4ab621ed..b4a52225 100644
--- a/assets/sass/_theme/design-system/pagination.sass
+++ b/assets/sass/_theme/design-system/pagination.sass
@@ -11,7 +11,9 @@
     li
         a
             color: inherit
-            padding: calc(#{$spacing-2}/2) $spacing-2
+            display: block
+            line-height: $spacing-4
+            padding: 0 $spacing-2
             text-decoration: none
             transition: background-color .15s ease-in-out
         &.active
-- 
GitLab