From cb3e00e26e612ea452a485259cf9864380aa3de7 Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Thu, 15 Feb 2024 11:04:18 +0100
Subject: [PATCH] half hunting

---
 assets/sass/_theme/blocks/call_to_action.sass | 2 +-
 assets/sass/_theme/blocks/features.sass       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/assets/sass/_theme/blocks/call_to_action.sass b/assets/sass/_theme/blocks/call_to_action.sass
index a2d2458e..df4cef92 100644
--- a/assets/sass/_theme/blocks/call_to_action.sass
+++ b/assets/sass/_theme/blocks/call_to_action.sass
@@ -62,7 +62,7 @@
                     &:last-child
                         margin-bottom: 0
         .call_to_action--with-image
-            padding-top: half(var(--grid-gutter))
+            padding-top: var(--grid-gutter)
             display: flex
             flex-direction: column
             > *
diff --git a/assets/sass/_theme/blocks/features.sass b/assets/sass/_theme/blocks/features.sass
index 90bd5d99..375807f8 100644
--- a/assets/sass/_theme/blocks/features.sass
+++ b/assets/sass/_theme/blocks/features.sass
@@ -22,9 +22,9 @@
         li
             flex-direction: row
             figure
-                width: calc(#{columns(2)} + #{half(var(--grid-gutter))})
+                width: columns(2)
                 flex-shrink: 0
-                margin-right: half(var(--grid-gutter))
+                margin-right: var(--grid-gutter)
 
     @include in-page-without-sidebar
         .top
-- 
GitLab