From fc06fae8d016528a2f4ba9246783bc8b88c4f3f6 Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Mon, 19 Feb 2024 12:39:25 +0100
Subject: [PATCH] fix

---
 assets/sass/_theme/design-system/typography.sass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/sass/_theme/design-system/typography.sass b/assets/sass/_theme/design-system/typography.sass
index 1ff28ead..3e2e542d 100644
--- a/assets/sass/_theme/design-system/typography.sass
+++ b/assets/sass/_theme/design-system/typography.sass
@@ -145,7 +145,7 @@ h2, .h2
     font-family: $small-font-family
     font-size: var(--small-size)
     font-weight: $small-weight
-    line-height: $var(--small-line-height)
+    line-height: var(--small-line-height)
 
 small, .small
     @include small
@@ -176,7 +176,7 @@ small, .small
     font-size: var(--quote-size)
     font-weight: $quote-weight
     font-style: $quote-style
-    line-height: $var(--quote-line-height)
+    line-height: var(--quote-line-height)
     cite
         font-size: pxToRem(18)
         font-style: normal
-- 
GitLab